From: Carsten K. <car...@us...> - 2002-01-03 23:07:49
|
Update of /cvsroot/phpwiki/phpwiki/themes/MacOSX In directory usw-pr-cvs1:/tmp/cvs-serv24817 Modified Files: themeinfo.php Log Message: Sorry, this theme doesn't work yet. Index: themeinfo.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/themes/MacOSX/themeinfo.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** themeinfo.php 2002/01/03 00:09:18 1.2 --- themeinfo.php 2002/01/03 23:07:43 1.3 *************** *** 10,38 **** * When viewed with an older browser, the images may be incorrectly * rendered with a thick solid black border. When viewed with a modern ! * browser, the images will display with nice edges and blended shadows. * */ // To activate this theme, specify this setting in index.php: //$theme="MacOSX"; // To deactivate themes, comment out all the $theme=lines in index.php. ! // CSS file defines fonts, colors and background images for this style. ! // The companion '*-heavy.css' file isn't defined, it's just expected to ! // be in the same directory that the base style is in. $CSS_DEFAULT = "MacOSX"; ! $CSS_URLS = array_merge($CSS_URLS, array( "$CSS_DEFAULT" => "themes/$theme/${CSS_DEFAULT}.css" ) ); // Logo image appears on every page and links to the HomePage. $logo = "themes/$theme/PhpWiki.png"; ! // Signature image which is shown after saving an edited page. ! // If this is left blank, any signature defined in index.php will be ! // used. If it is not defined by index.php or in here then the ! // "Thank you for editing..." screen will be omitted. //$SignatureImg = "themes/$theme/signature.png"; // If this theme defines any templates, they will completely override ! // whatever templates have been defined in index.php. /* $templates = array('BROWSE' => "themes/$theme/templates/browse.html", --- 10,43 ---- * When viewed with an older browser, the images may be incorrectly * rendered with a thick solid black border. When viewed with a modern ! * browser, the images will display with nice edges and blended ! * shadows. * */ + // Sorry, this theme doesn't work yet. :-( There is some more template work + // to do before more of the theme will be committed to the repository. + // --CarstenKlapp + // To activate this theme, specify this setting in index.php: //$theme="MacOSX"; // To deactivate themes, comment out all the $theme=lines in index.php. ! // CSS file defines fonts, colors and background images for this ! // style. The companion '*-heavy.css' file isn't defined, it's just ! // expected to be in the same directory that the base style is in. $CSS_DEFAULT = "MacOSX"; ! $CSS_URLS = array_merge($CSS_URLS, array("$CSS_DEFAULT" => "themes/$theme/${CSS_DEFAULT}.css" )); // Logo image appears on every page and links to the HomePage. $logo = "themes/$theme/PhpWiki.png"; ! // Signature image which is shown after saving an edited page. If ! // this is left blank, any signature defined in index.php will be ! // used. If it is not defined by index.php or in here then the "Thank ! // you for editing..." screen will be omitted. //$SignatureImg = "themes/$theme/signature.png"; // If this theme defines any templates, they will completely override ! // whatever templates have been defined in 'index.php'. /* $templates = array('BROWSE' => "themes/$theme/templates/browse.html", *************** *** 41,46 **** */ ! // If this theme defines any custom link icons, they will completely override ! // any link icon settings defined in index.php. /* $URL_LINK_ICONS = array( --- 46,51 ---- */ ! // If this theme defines any custom link icons, they will completely ! // override any link icon settings defined in 'index.php'. /* $URL_LINK_ICONS = array( |