From: Carsten K. <car...@us...> - 2001-12-16 11:54:34
|
Update of /cvsroot/phpwiki/phpwiki/templates In directory usw-pr-cvs1:/tmp/cvs-serv29682/phpwiki/templates Modified Files: editpage.html Log Message: Wiki logo now links to correct HomePage with non-english Wikis. Index: editpage.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/editpage.html,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** editpage.html 2001/12/10 20:53:46 1.25 --- editpage.html 2001/12/16 11:54:31 1.26 *************** *** 18,22 **** <body> <div><a class="wikilink" ! href="${BROWSE}HomePage" ><img src="${LOGO}" border="0" align="right" alt="[phpwiki]" width="50" height="50" /></a></div> --- 18,22 ---- <body> <div><a class="wikilink" ! href="${BROWSE}$_("HomePage")" ><img src="${LOGO}" border="0" align="right" alt="[phpwiki]" width="50" height="50" /></a></div> |