summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2009-05-06 15:31:41 +0000
committerChristian Fowler <spider@viovio.com>2009-05-06 15:31:41 +0000
commit74b25006192825447326c7ef2309cb27e5359d13 (patch)
treea00558bf173ed7da85749e13b8c9d48a9982ca21 /admin
parent73235de4f0b54ff039dc969b6972ca07efb14fbb (diff)
downloadthemes-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.php2
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' ));
?>