| Lines 837-843
          if (C4::Context->preference('GoogleIndicTransliteration')) {
      
      
        Link Here | 
        
          | 837 |         $template->param('GoogleIndicTransliteration' => 1); | 837 |         $template->param('GoogleIndicTransliteration' => 1); | 
        
          | 838 | } | 838 | } | 
        
          | 839 |  | 839 |  | 
          
            
              | 840 | $template->{VARS}->{DidYouMean} = C4::Context->preference('OPACdidyoumean') =~ m/enable/; | 840 | $template->{VARS}->{DidYouMean} = | 
            
              |  |  | 841 |   ( defined C4::Context->preference('OPACdidyoumean') | 
            
              | 842 |       && C4::Context->preference('OPACdidyoumean') =~ m/enable/ ); | 
        
          | 841 | $template->{VARS}->{IDreamBooksReviews} = C4::Context->preference('IDreamBooksReviews'); | 843 | $template->{VARS}->{IDreamBooksReviews} = C4::Context->preference('IDreamBooksReviews'); | 
        
          | 842 | $template->{VARS}->{IDreamBooksReadometer} = C4::Context->preference('IDreamBooksReadometer'); | 844 | $template->{VARS}->{IDreamBooksReadometer} = C4::Context->preference('IDreamBooksReadometer'); | 
        
          | 843 | $template->{VARS}->{IDreamBooksResults} = C4::Context->preference('IDreamBooksResults'); | 845 | $template->{VARS}->{IDreamBooksResults} = C4::Context->preference('IDreamBooksResults'); | 
            
              | 844 | -  |  |  |