1
0

Removed Bulletproof colorset lang variables. We don't need them anymore.

This commit is contained in:
Matthias Mees
2007-09-12 08:13:47 +00:00
parent 5e3f9bac85
commit 1c7877b574
8 changed files with 1 additions and 32 deletions

@ -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) {