]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/README
Start of some theme documentation.
[SourceForge/phpwiki.git] / themes / README
1
2 Some files may be removed from this directory to save space, if
3 needed:
4
5 272k    Hawaiian
6 560k    MacOSX
7 72k     Portland
8 52k     Sidebar
9 172k    SpaceWiki
10
11 *The default theme must always be present,* even when using another
12 theme! Wherever a theme has no specific variant (override) of a
13 template or image, PhpWiki will look for one in the default theme.
14
15 See doc/Themes for more info on PhpWiki themes.
16
17
18 $Id: README,v 1.1 2003-09-14 23:40:50 carstenklapp Exp $
19 $Source: /var/cvs/phpwiki/phpwiki/themes/README,v $
20
21 (TODO:
22     The following section should be expanded and moved to doc/Themes
23     or doc/THEMES.)
24
25 Brief Example of Creating Your Own Theme
26
27 To create or modify one of the existing themes:
28 * Make a copy of one of the themes.
29 * Look through the default theme, and for any of those templates you
30   want to modify, duplicate them in your new theme folder with the
31   same directory structure and modify them there instead of the
32   originals.
33
34 Note:
35 If you base your theme on the default theme instead of one of the
36 others, you can safely delete any files you DID NOT modify from the
37 original (so long as you keep the default theme!).
38
39 Review the themeinfo.php for any necessary changes, and add the name
40 of your theme to index.php.
41