Lines 28-34
Link Here
|
28 |
<div class="span12"> |
28 |
<div class="span12"> |
29 |
[% END %] |
29 |
[% END %] |
30 |
<div id="showreviews" class="searchresults maincontent"> |
30 |
<div id="showreviews" class="searchresults maincontent"> |
31 |
<h3>Recent comments</h3> |
31 |
<h3>Recent comments <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-showreviews.pl?format=rss" class="rsssearchlink"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to recent comments" title="Subscribe to recent comments" border="0" class="rsssearchicon"/></a><h3> |
32 |
<table class="table table-striped"> |
32 |
<table class="table table-striped"> |
33 |
[% FOREACH review IN reviews %] |
33 |
[% FOREACH review IN reviews %] |
34 |
<tr> |
34 |
<tr> |
35 |
- |
|
|