[cvs] [Wiki] changed: ThemesHowTo

Marko Djukic mdjukic at horde.org
Sun Oct 24 12:18:15 PDT 2004


mdjukic  Sun, 24 Oct 2004 12:18:15 -0700

Modified page: https://dev.horde.org/horde/wicked/display.php?page=ThemesHowTo
New Revision:  1.8

@@ -52,11 +52,11 @@
 $theme_name = _("My Theme Name");
 $theme_icons = array('horde');
 </code>
 
-Now start replacing the icons in your theme folder with your own ones.
+Now start replacing the icons in your theme folder with your own ones. You may want to periodically run the script {{horde/scripts/themes_check.php}} which will highlight any new icons that may have been added to the base theme that are missing in the other themes.
 
 The {{$theme_icons}} variable is an array which will indicate to Horde that there are replacement icons available for the listed modules. So if you want to create custom icons for other applications, simply create similar folders in the application's {{themes/}} directory as well, for example {{imp/themes/mytheme/graphics/}}. Then add the application name to the {{$theme_icons}} list, for example:
 
 <code type="php">
 $theme_icons = array('horde', 'imp');
 </code>


More information about the cvs mailing list