Removed Bulletproof colorset lang variables. We don't need them anymore.
This commit is contained in:
@ -13,13 +13,6 @@ include dirname(__FILE__) . '/lang_en.inc.php';
|
||||
|
||||
$serendipity['smarty']->assign(array('currpage'=> "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']));
|
||||
|
||||
$colorsets = array(
|
||||
'purple' => BP_COLORSET_OPT1,
|
||||
'blue' => BP_COLORSET_OPT2,
|
||||
'green' => BP_COLORSET_OPT3,
|
||||
'blank' => BP_COLORSET_DEF
|
||||
);
|
||||
|
||||
if ($serendipity['GET']['adminModule'] == 'templates') {
|
||||
$css_files = glob(dirname(__FILE__) . '/*_style.css');
|
||||
foreach($css_files AS $css_file) {
|
||||
|
Reference in New Issue
Block a user