Update of /cvsroot/phpwiki/phpwiki/themes/default
In directory usw-pr-cvs1:/tmp/cvs-serv26187/themes/default
Modified Files:
themeinfo.php
Log Message:
LANG still broken, working on better locale handling.
improved PageList: added checkbox, sortby
added <?plugin-head for FrameInclude and RedirectTo
fixed some minor UserPreferences quirks
solidified templates
added PhpWeather
added a new generic WikiAdminSelect to simulate the commandline:
work with sets of pages, pass the request to underlying WikiAdmin* plugins
Index: themeinfo.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/themes/default/themeinfo.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -2 -b -p -d -r1.23 -r1.24
--- themeinfo.php 9 Feb 2002 20:59:28 -0000 1.23
+++ themeinfo.php 27 Aug 2002 21:51:31 -0000 1.24
@@ -44,5 +44,5 @@ $Theme->setLinkIcon('interwiki');
$Theme->setLinkIcon('*', 'url');
-//$Theme->setButtonSeparator(' | ');
+$Theme->setButtonSeparator("\n | ");
/**
|