Koha/koha-tmpl/intranet-tmpl/default/fr/includes/acquisitions-bottom.inc
tipaul 368d9107a2 moving loggedinuser => loggedinusername in includes and Auth.pm :
The $loggedinuser in Koha is the CODE of the logged user (result of get_user_and_template subroutine).
BTW, in get_user_and_template subroutine, the TMPL_VAR loggedinuser is replaced by the NAME of the user.
This is troubleshooting.
so, I replace the name by the "loggedinusername" template variable.
If you want to add the username somewhere, just add <TMPL_VAR name="loggedinusername"> in the template.

Fixes bug #401
2003-05-05 15:00:53 +00:00

22 lines
663 B
HTML

<!-- saas@users.sf.net 21-APR-2002 renamed "aquisitions" to "acquisitions" -->
<br clear=all>
<p> &nbsp; </p>
</BLOCKQUOTE>
<CENTER>
<FONT SIZE=2 face="arial, helvetica">
<A HREF="/cgi-bin/koha/mainpage.pl">Home</a> ||
<A HREF="/cgi-bin/koha/circ/circulation.pl">Circulation</a> ||
<A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a> ||
<A HREF="/cgi-bin/koha/members-home.pl">Members</a> ||
<A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
<A HREF="/reports/">Reports</a> ||
<A HREF="/cgi-bin/koha/admin-home.pl">System Parameters</a> ||
<A HREF="/help/">Help</a>
</FONT>
</CENTER>
</BODY>
</HTML>