Update of /cvsroot/phpwiki/phpwiki/themes/WikiTrek
In directory usw-pr-cvs1:/tmp/cvs-serv8723
Modified Files:
themeinfo.php
Log Message:
typo in $logo filename
Index: themeinfo.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/themes/WikiTrek/themeinfo.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** themeinfo.php 2002/01/05 06:17:01 1.7
--- themeinfo.php 2002/01/05 15:24:18 1.8
***************
*** 39,43 ****
// Logo image appears on every page and links to the HomePage.
! $logo = "themes/$theme/Ufp-logo.png";
// Signature image which is shown after saving an edited page. If
--- 39,48 ----
// Logo image appears on every page and links to the HomePage.
! $logo = "themes/$theme/Ufp-logo.jpg";
!
! // RSS logo icon (path relative to index.php)
! // If this is left blank (or unset), the default "images/rss.png"
! // will be used.
! //$rssicon = "images/rss.png";
// Signature image which is shown after saving an edited page. If
|