Update of /cvsroot/phpwiki/phpwiki/themes/MacOSX
In directory usw-pr-cvs1:/tmp/cvs-serv5101
Modified Files:
themeinfo.php
Log Message:
New images for RecentChanges/RecentEdits toolbar
Index: themeinfo.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/themes/MacOSX/themeinfo.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** themeinfo.php 2002/01/07 09:05:46 1.10
--- themeinfo.php 2002/01/08 22:54:29 1.11
***************
*** 111,115 ****
--- 111,117 ----
'RecentChanges' => array(
'1 day' => "themes/$theme/locale/en/toolbars/RecentChanges/1day.png",
+ '2 day' => "themes/$theme/locale/en/toolbars/RecentChanges/2day.png",
'3 days' => "themes/$theme/locale/en/toolbars/RecentChanges/3days.png",
+ '4 days' => "themes/$theme/locale/en/toolbars/RecentChanges/4day.png",
'7 days' => "themes/$theme/locale/en/toolbars/RecentChanges/7days.png",
'30 days' => "themes/$theme/locale/en/toolbars/RecentChanges/30days.png",
|