Markup corrections and opac-IBDdetail.pl fixing
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Thu, 17 Sep 2009 13:24:54 +0000 (15:24 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Thu, 17 Sep 2009 13:24:54 +0000 (15:24 +0200)
koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl
opac/opac-ISBDdetail.pl

index b6465ac..c7bcb53 100644 (file)
@@ -614,6 +614,8 @@ YAHOO.util.Event.onContentReady("furtherm", function () {
 </div>
 
 
+</div>
+</div>
 </div>
 </div>
 <!-- TMPL_IF NAME="OpacNav" -->
index 02e50fe..e2187fe 100755 (executable)
@@ -118,6 +118,9 @@ $template->param(
     reviews             => $reviews,
 );
     my @services;
+       my $amazon_reviews  = C4::Context->preference("AmazonReviews");
+       my $amazon_similars = C4::Context->preference("AmazonSimilarItems");
+               
     if ( $amazon_reviews ) {
         $template->param( AmazonReviews => 1 );
         push( @services, 'EditorialReview' );