diff options
| author | Christian Fowler <spider@viovio.com> | 2009-05-06 15:31:41 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2009-05-06 15:31:41 +0000 |
| commit | 74b25006192825447326c7ef2309cb27e5359d13 (patch) | |
| tree | a00558bf173ed7da85749e13b8c9d48a9982ca21 /admin | |
| parent | 73235de4f0b54ff039dc969b6972ca07efb14fbb (diff) | |
| download | themes-74b25006192825447326c7ef2309cb27e5359d13.tar.gz themes-74b25006192825447326c7ef2309cb27e5359d13.tar.bz2 themes-74b25006192825447326c7ef2309cb27e5359d13.zip | |
move themes.css to css/admin_themes.css
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_themes_manager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin_themes_manager.php b/admin/admin_themes_manager.php index fb566f0..496b657 100644 --- a/admin/admin_themes_manager.php +++ b/admin/admin_themes_manager.php @@ -68,7 +68,7 @@ $sampleIcons = array( $gBitSmarty->assign( "sampleIcons", $sampleIcons ); // load css file -$gBitThemes->loadCss( THEMES_PKG_PATH.'themes.css' ); +$gBitThemes->loadCss( THEMES_PKG_PATH.'css/admin_themes.css' ); $gBitSystem->display( 'bitpackage:themes/admin_themes_manager.tpl', 'Themes Manager' , array( 'display_mode' => 'admin' )); ?> |
