
Some files may be removed from this directory to save space, if
needed:

272k    Hawaiian
560k    MacOSX
72k     Portland
52k     Sidebar
172k    SpaceWiki

*The default theme must always be present,* even when using another
theme! Wherever a theme has no specific variant (override) of a
template or image, PhpWiki will look for one in the default theme.

See doc/Themes for more info on PhpWiki themes.


$Id: README,v 1.1 2003/09/14 23:40:50 carstenklapp Exp $
$Source: /cvsroot/phpwiki/phpwiki/themes/README,v $

(TODO:
    The following section should be expanded and moved to doc/Themes
    or doc/THEMES.)

Brief Example of Creating Your Own Theme

To create or modify one of the existing themes:
* Make a copy of one of the themes.
* Look through the default theme, and for any of those templates you
  want to modify, duplicate them in your new theme folder with the
  same directory structure and modify them there instead of the
  originals.

Note:
If you base your theme on the default theme instead of one of the
others, you can safely delete any files you DID NOT modify from the
original (so long as you keep the default theme!).

Review the themeinfo.php for any necessary changes, and add the name
of your theme to index.php.

