- Timestamp:
- Nov 3, 2010, 10:59:24 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/yoga/Borealis/BorealisPurple/themeconf.inc.php
r4691 r7587 1 1 <?php 2 2 $themeconf = array( 3 'template' => 'yoga', 4 'template_dir' => 'template/yoga', 5 'theme' => 'BorealisPurple', 6 'icon_dir' => PHPWG_ROOT_PATH.'template/yoga/theme/BorealisPurple/icon', 7 'admin_icon_dir' => 'template/yoga/icon/admin', 8 'mime_icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon/mimetypes/', 3 'name' => 'BorealisPurple', 4 'parent' => 'default', 5 'template_dir' => 'themes', 6 'icon_dir' => 'themes/BorealisPurple/icon', 9 7 'local_head' => '<!--[if lt IE 7]> 10 <link rel="stylesheet" type="text/css" href="'.PHPWG_ROOT_PATH.'t emplate/yoga/theme/BorealisPurple/fix-ie5-ie6.css">8 <link rel="stylesheet" type="text/css" href="'.PHPWG_ROOT_PATH.'themes/BorealisPurple/fix-ie5-ie6.css"> 11 9 <![endif]-->' 12 10 );
Note: See TracChangeset
for help on using the changeset viewer.