Merge branch 'master' of /usr/local/git/koha_base.git/
[koha.git] / koha-tmpl / opac-tmpl / prog / en / includes / usermenu.inc
1 <div id="usermenu">
2         <p><a href="/cgi-bin/koha/opac-user.pl">my summary</a>
3         <a href="/cgi-bin/koha/opac-account.pl">my fines</a>
4         <a href="/cgi-bin/koha/opac-userdetails.pl">my personal details</a>
5         
6         <!-- TMPL_IF NAME="OpacPasswordChange" -->
7         <a href="/cgi-bin/koha/opac-passwd.pl">change my password</a>
8         <!-- /TMPL_IF -->
9         
10         <!-- TMPL_IF NAME="opacreadinghistory" -->
11              <a href="/cgi-bin/koha/opac-readingrecord.pl">my reading history</a>
12         <!-- /TMPL_IF -->
13         <!-- TMPL_IF name="virtualshelves" -->
14              <a href="/cgi-bin/koha/opac-shelves.pl" class="button">my book lists</a>
15         <!-- /TMPL_IF -->
16         <!-- TMPL_IF name="suggestion" -->
17             <a href="/cgi-bin/koha/opac-suggestions.pl">purchase suggestions</a>
18         <!-- /TMPL_IF -->
19         </p>
20 </div>