setDefaultCSS('PhpWiki', 'phpwiki.css'); $Theme->addAlternateCSS(_("Printer"), 'phpwiki-printer.css', 'print, screen'); $Theme->addAlternateCSS(_("Modern"), 'phpwiki-modern.css'); /* * You may adjust the formats used for formatting dates and times * below. (These examples give the default formats.) * Formats are given as format strings to PHP strftime() function See * http://www.php.net/manual/en/function.strftime.php for details. */ //$Theme->setDateTimeFormat("%B %e, %Y"); // may contain time of day //$Theme->setDateFormat("%B %e, %Y"); // must not contain time /* * Link icons. */ $Theme->setLinkIcon('http'); $Theme->setLinkIcon('https'); $Theme->setLinkIcon('ftp'); $Theme->setLinkIcon('mailto'); $Theme->setLinkIcon('interwiki'); $Theme->setLinkIcon('*', 'url'); // 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: ?>