From c01c9b6d1b5445a6e36a48a0d75e31216de1fb08 Mon Sep 17 00:00:00 2001 From: carstenklapp Date: Sun, 14 Sep 2003 23:40:50 +0000 Subject: [PATCH] Start of some theme documentation. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2748 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- themes/README | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 themes/README diff --git a/themes/README b/themes/README new file mode 100644 index 000000000..5a5397bbe --- /dev/null +++ b/themes/README @@ -0,0 +1,41 @@ + +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: /var/cvs/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. + -- 2.45.0