1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Install alert styling

This commit is contained in:
Cameron
2013-05-06 16:37:20 -07:00
parent a3cdbb42c1
commit 75aa12609e

View File

@@ -625,7 +625,7 @@ if ($e107_popup != 1) {
if(ADMIN)
{
if(file_exists(e_BASE.'install.php') || file_exists(e_BASE.'install_.php')){ echo "<div class='installer'><br /><b>*** ".CORE_LAN4." ***</b><br />".CORE_LAN5."</div><br /><br />"; }
if(file_exists(e_BASE.'install.php') || file_exists(e_BASE.'install_.php')){ echo "<div class='installer alert alert-danger alert-block text-center'><b>*** ".CORE_LAN4." ***</b><br />".CORE_LAN5."</div>"; }
}
// Display Welcome Message when old method activated.