From 28020162e7e6557a62a59e7545e1daab66449912 Mon Sep 17 00:00:00 2001 From: SecretR Date: Thu, 14 Feb 2013 16:45:42 +0200 Subject: [PATCH] Fixed #92: Malformed style/CSS code on public statistics "Visits" page --- e107_plugins/log/stats.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/e107_plugins/log/stats.php b/e107_plugins/log/stats.php index 9a4bd0880..c38ea0ada 100644 --- a/e107_plugins/log/stats.php +++ b/e107_plugins/log/stats.php @@ -29,11 +29,12 @@ if (!e107::isInstalled('log')) include_lan(e_PLUGIN.'log/languages/'.e_LANGUAGE.'.php'); $bar = (file_exists(THEME.'images/bar.png') ? THEME_ABS.'images/bar.png' : e_IMAGE_ABS.'generic/bar.png'); -$eplug_css[] = ""; +"); + require_once(HEADERF);