Update of /cvsroot/phpwiki/phpwiki
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4569
Modified Files:
configurator.php
Log Message:
list THEMES for the resulting config.ini
Index: configurator.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/configurator.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -2 -b -p -d -r1.33 -r1.34
--- configurator.php 27 Mar 2005 20:36:16 -0000 1.33
+++ configurator.php 8 Apr 2005 05:05:16 -0000 1.34
@@ -1350,10 +1350,10 @@ new _define_selection_optional('THEME',
'Wordpress'=> 'Wordpress',
'Portland' => "Portland",
- 'Hawaiian' => "Hawaiian",
'Sidebar' => "Sidebar",
'Crao' => 'Crao',
'wikilens' => 'wikilens (Ratings)',
- 'SpaceWiki' => "SpaceWiki",
'shamino_com' => 'shamino_com',
+ 'SpaceWiki' => "SpaceWiki",
+ 'Hawaiian' => "Hawaiian",
'MonoBook' => 'MonoBook [experimental]',
'blog' => 'blog [experimental]',
@@ -1367,4 +1367,17 @@ There are a number of pre-defined themes
Or you may create your own (e.g. by copying and then modifying one of
stock themes.)
+<pre>
+ THEME = default
+ THEME = MacOSX
+ THEME = smaller
+ THEME = Wordpress
+ THEME = Portland
+ THEME = Sidebar
+ THEME = Crao
+ THEME = wikilens (Ratings)
+ THEME = Hawaiian
+ THEME = SpaceWiki
+ THEME = Hawaiian
+</pre>
Problems:
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
|
|