From 1298bfd94c1a4821ecdd5f184ca4a996e3effcac Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 1 Feb 2017 09:16:31 -0800 Subject: [PATCH] Flatly added for admin testing. --- e107_handlers/theme_handler.php | 2 ++ e107_themes/bootstrap3/theme.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/e107_handlers/theme_handler.php b/e107_handlers/theme_handler.php index 49d840ecf..12af74f13 100644 --- a/e107_handlers/theme_handler.php +++ b/e107_handlers/theme_handler.php @@ -250,6 +250,8 @@ class e_theme $css = strtolower($match[2]); $themeArray['csscompliant'] = ($css == "true" ? "2.1" : false); + $themeArray['version'] = str_replace(array('
','
','
'),' ',$themeArray['version']); + /* preg_match('/CUSTOMPAGES(\s*?=\s*?)("|\')(.*?)("|\');/si', $themeContents, $match); $themeArray['custompages'] = array_filter(explode(" ",$match[3]));*/ diff --git a/e107_themes/bootstrap3/theme.xml b/e107_themes/bootstrap3/theme.xml index 2affbb533..4cf75191e 100644 --- a/e107_themes/bootstrap3/theme.xml +++ b/e107_themes/bootstrap3/theme.xml @@ -20,9 +20,9 @@ + -