setDefaultCSS('Hawaiian', 'Hawaiian.css'); $Theme->addAlternateCSS(_("Printer"), 'phpwiki-printer.css', 'print, screen'); // Logo image appears on every page and links to the HomePage. $Theme->addImageAlias('logo', 'PalmBeach.jpg'); //$Theme->addImageAlias('signature', 'SubmersiblePiscesV.jpg'); $Theme->addImageAlias('signature', 'WaterFall.jpg'); // If you want to see more than just the waterfall let a random // picture be chosen for the signature image: require_once('lib/random.php'); $RandomImg = new RandomImage("themes/Hawaiian/images/pictures"); //$Theme->addImageAlias('signature', $RandomImg); //To test out the randomization just use logo instead of signature $Theme->addImageAlias('logo', $RandomImg); /* * Link Icons */ $Theme->setLinkIcon('interwiki'); $Theme->setLinkIcon('*', 'flower.png'); $Theme->setButtonSep(' | '); // This defines separators used in RecentChanges and RecentEdits lists. // If undefined, defaults to '' (nothing) and '...' (three periods). //define("RC_SEPARATOR_A", ' . . . '); //define("RC_SEPARATOR_B", ' --'); // Controls whether the '?' appears before or after UnknownWikiWords. // The PhpWiki default is for the '?' to appear before. //define('WIKIMARK_AFTER', true); // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // (c-file-style: "gnu") // Local Variables: // mode: php // tab-width: 8 // c-basic-offset: 4 // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: ?>