summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorTekimaki <tekimaki_admin@users.sourceforge.net>2009-05-11 19:55:34 +0000
committerTekimaki <tekimaki_admin@users.sourceforge.net>2009-05-11 19:55:34 +0000
commitc40ef40e2df4cb9323a402f3f7a2be7a0c5bc113 (patch)
treebb420282ba78f59f09f2cdc78d329cb2f81f46af /admin
parentd920a60f14fbb268a4907f047335adbeafc37daa (diff)
downloadthemes-c40ef40e2df4cb9323a402f3f7a2be7a0c5bc113.tar.gz
themes-c40ef40e2df4cb9323a402f3f7a2be7a0c5bc113.tar.bz2
themes-c40ef40e2df4cb9323a402f3f7a2be7a0c5bc113.zip
admin option to disable all package css
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_themes_inc.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/admin_themes_inc.php b/admin/admin_themes_inc.php
index a2078a9..849510e 100644
--- a/admin/admin_themes_inc.php
+++ b/admin/admin_themes_inc.php
@@ -40,6 +40,10 @@ $themeSettings = array(
'label' => 'Packed CSS and JS',
'note' => 'If enabled, javascript and CSS files will be reduced to their smallest possible size. This is useful for webdesigners and developers. Please enable this feature on live sites.',
),
+ 'themes_disable_pkg_css' => array(
+ 'label' => 'Disable All Package CSS',
+ 'note' => 'If checked, all css that is automatically included by packages will be disabled. If you want to include some of the package css it is recommended you copy that css to your theme css file.',
+ ),
);
$gBitSmarty->assign( 'themeSettings', $themeSettings );