Changes to allow highlighting of current tab on user pages.
[koha.git] / opac / opac-userupdate.pl
index 9789b44..fb74fb2 100755 (executable)
@@ -121,7 +121,8 @@ my @bordat;
 $bordat[0] = $borr;
 
 $template->param( 
-    BORROWER_INFO => \@bordat
+    BORROWER_INFO => \@bordat,
+    userupdateview => 1,
 );
 
 output_html_with_http_headers $query, $cookie, $template->output;