Menu

#48 Move noscript tag to themes / templates

open
nobody
None
5
2008-08-08
2008-08-08
Russe
No

At index.php there is an echo for the noscript tag:
echo '<noscript><div class="errormsg">'.$txt_admin['Javascript Disabled'].'</div></noscript>';

This line of code should be moved to the themes / templates because all javascript includes are there.
I'm using a theme without javascripts and therefore I don't need the noscript tag on the page which comes from index.php.

Discussion


Log in to post a comment.