Update of /cvsroot/phpwiki/phpwiki/themes/MonoBook/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5620
Modified Files:
logo.tmpl
Log Message:
Correct id for logo
Index: logo.tmpl
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/themes/MonoBook/templates/logo.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -2 -b -p -d -r1.3 -r1.4
--- logo.tmpl 7 Jan 2007 18:49:04 -0000 1.3
+++ logo.tmpl 3 May 2008 17:35:41 -0000 1.4
@@ -1,3 +1,3 @@
<div class="portlet" id="p-logo"><a class="wikilink" href="<?=WikiURL(HOME_PAGE)?>" target="_top"><img src="<?= $WikiTheme->getImageURL('logo') ?>" id="logo-img" border="0" alt="<?=
fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" /></a></div>
-<div id="_img-logo-right" />
+<div id="img-logo-right" />
|