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