From: yellowled Date: Wed, 12 Sep 2007 08:14:24 +0000 (+0000) Subject: Removed Bulletproof colorset lang variables. We don't need them anymore. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f16e1e9248a2ab022d1e46e09bd3312cf88c95bb;p=s9y.git Removed Bulletproof colorset lang variables. We don't need them anymore. --- diff --git a/templates/bulletproof/UTF-8/lang_bg.inc.php b/templates/bulletproof/UTF-8/lang_bg.inc.php index 0650821..4b38931 100644 --- a/templates/bulletproof/UTF-8/lang_bg.inc.php +++ b/templates/bulletproof/UTF-8/lang_bg.inc.php @@ -1,15 +1,11 @@ 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) { diff --git a/templates/bulletproof/lang_bg.inc.php b/templates/bulletproof/lang_bg.inc.php index e08c31e..e9e9d40 100644 --- a/templates/bulletproof/lang_bg.inc.php +++ b/templates/bulletproof/lang_bg.inc.php @@ -6,10 +6,6 @@ Translator: Ivan Cenov (jwalker@hotmail.bg) // Colorsets @define('THEME_COLORSET', 'Öâåòîâà ñõåìà'); -@define('BP_COLORSET_DEF', 'Ïðîçðà÷íà'); -@define('BP_COLORSET_OPT1', 'Âèîëåòîâà'); -@define('BP_COLORSET_OPT2', 'Ñèíÿ'); -@define('BP_COLORSET_OPT3', 'Çåëåíà'); // Layout @define('LAYOUT_TYPE','Îáùî îôîðìëåíèå (B = Ñòàòèÿ, S = Ñòðàíè÷íà ïðèñòàâêà, CF = Ïúðâî ñúäúðæàíèåòî)'); @define('LAYOUT_SBS','Òðè êîëîíè S-B-S'); diff --git a/templates/bulletproof/lang_de.inc.php b/templates/bulletproof/lang_de.inc.php index 7cd75c0..607a163 100644 --- a/templates/bulletproof/lang_de.inc.php +++ b/templates/bulletproof/lang_de.inc.php @@ -2,10 +2,6 @@ // Colorsets @define('THEME_COLORSET', 'Farbwahl'); @define('DEF_ICONS', 'Unabhängig vom gewählten Farbset immer Standardicons verwenden'); -@define('BP_COLORSET_DEF', 'leer'); -@define('BP_COLORSET_OPT1', 'violett'); -@define('BP_COLORSET_OPT2', 'blau'); -@define('BP_COLORSET_OPT3', 'grün'); // Layout @define('LAYOUT_TYPE','Layout des Blogs (B = Blogeinträge, S = Seitenleiste, CF = Content first)'); @define('LAYOUT_SBS','Dreispaltig S-B-S'); diff --git a/templates/bulletproof/lang_en.inc.php b/templates/bulletproof/lang_en.inc.php index 9607608..6d84da7 100644 --- a/templates/bulletproof/lang_en.inc.php +++ b/templates/bulletproof/lang_en.inc.php @@ -2,10 +2,6 @@ // Colorsets @define('THEME_COLORSET', 'Colorset'); @define('DEF_ICONS', 'Always use default icons regardless of colorset chosen'); -@define('BP_COLORSET_DEF', 'blank'); -@define('BP_COLORSET_OPT1', 'purple'); -@define('BP_COLORSET_OPT2', 'blue'); -@define('BP_COLORSET_OPT3', 'green'); // Layout @define('LAYOUT_TYPE','Blog layout (B = Blog entriee, S = Sidebar, CF = Content first)'); @define('LAYOUT_SBS','Three columns S-B-S');