1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 13:41:52 +02:00

Generic javascript-disabled message added.

This commit is contained in:
Cameron 2013-11-11 03:36:54 -08:00
parent c7db2141ca
commit ca1e52ee33

@ -693,6 +693,9 @@ if ($e107_popup != 1) {
{
echo "<div class='installer alert alert-danger alert-block text-center'><b>*** ".CORE_LAN4." ***</b><br />".CORE_LAN5."</div>";
}
//XXX TODO LAN in English.php
echo "<noscript><div class='alert alert-block alert-error'><strong>This web site requires that javascript be enabled. <a rel='external' href='http://activatejavascript.org'>Click here for instructions.</a>.</strong></div></noscript>";
if(deftrue('BOOTSTRAP'))
{