From 75aa12609ef531dd7d2098ae90925b6cf8a89c85 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 6 May 2013 16:37:20 -0700 Subject: [PATCH] Install alert styling --- e107_core/templates/header_default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_core/templates/header_default.php b/e107_core/templates/header_default.php index 2e9c23c23..faffa62c5 100644 --- a/e107_core/templates/header_default.php +++ b/e107_core/templates/header_default.php @@ -625,7 +625,7 @@ if ($e107_popup != 1) { if(ADMIN) { - if(file_exists(e_BASE.'install.php') || file_exists(e_BASE.'install_.php')){ echo "

*** ".CORE_LAN4." ***
".CORE_LAN5."


"; } + if(file_exists(e_BASE.'install.php') || file_exists(e_BASE.'install_.php')){ echo "
*** ".CORE_LAN4." ***
".CORE_LAN5."
"; } } // Display Welcome Message when old method activated.