Changes to allow highlighting of current tab on user pages.
[koha.git] / opac / opac-suggestions.pl
index ac3870f..a46679a 100755 (executable)
@@ -103,6 +103,7 @@ $template->param(
     status           => $status,
     suggestedbyme    => $suggestedbyme,
     "op_$op"         => 1,
+       suggestionsview => 1
 );
 
 output_html_with_http_headers $input, $cookie, $template->output;