Update of /cvsroot/phpwiki/phpwiki/themes/MacOSX
In directory usw-pr-cvs1:/tmp/cvs-serv1443
Modified Files:
themeinfo.php
Log Message:
bugfix to prevent MacOSX themed RecentChanges buttons from appearing on wikis not using that theme
Index: themeinfo.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/themes/MacOSX/themeinfo.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** themeinfo.php 2002/01/05 16:12:19 1.9
--- themeinfo.php 2002/01/07 09:05:46 1.10
***************
*** 108,111 ****
--- 108,121 ----
*/
+ $ToolbarImages = array(
+ 'RecentChanges' => array(
+ '1 day' => "themes/$theme/locale/en/toolbars/RecentChanges/1day.png",
+ '3 days' => "themes/$theme/locale/en/toolbars/RecentChanges/3days.png",
+ '7 days' => "themes/$theme/locale/en/toolbars/RecentChanges/7days.png",
+ '30 days' => "themes/$theme/locale/en/toolbars/RecentChanges/30days.png",
+ '90 days' => "themes/$theme/locale/en/toolbars/RecentChanges/90days.png",
+ '...' => "themes/$theme/locale/en/toolbars/RecentChanges/alltime.png")
+ );
+
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// (c-file-style: "gnu")
|