From: Carsten K. <car...@us...> - 2002-01-07 08:10:39
|
Update of /cvsroot/phpwiki/phpwiki/themes/Hawaiian In directory usw-pr-cvs1:/tmp/cvs-serv19396 Modified Files: themeinfo.php Log Message: Turned on random $SignatureImg in Hawaiian theme for testing. (odd, thought I already committed this) Index: themeinfo.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/themes/Hawaiian/themeinfo.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** themeinfo.php 2002/01/05 06:17:02 1.5 --- themeinfo.php 2002/01/07 08:10:36 1.6 *************** *** 24,27 **** --- 24,32 ---- $logo = "themes/$theme/PalmBeach.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 // this is left blank, any signature defined in index.php will be *************** *** 32,36 **** // If you want to see more than just the waterfall let a random // picture be chosen for the signature image: ! //include("themes/$theme/pictures/random.php"); // If this theme defines any templates, they will completely override --- 37,41 ---- // If you want to see more than just the waterfall let a random // picture be chosen for the signature image: ! include("themes/$theme/pictures/random.php"); // If this theme defines any templates, they will completely override |