1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-13 09:01:59 +02:00

Bugtracker #4224 - compliance detail

This commit is contained in:
e107steved 2007-11-23 20:50:09 +00:00
parent 200e12123f
commit beb4b8c411

View File

@ -33,8 +33,9 @@ $csscompliant = TRUE;
define("THEME_DISCLAIMER", "<br /><i>".LAN_THEME_1."</i>");
function theme_head() {
return "<link rel='stylesheet' href='".THEME_ABS."nav_menu.css' />\n";
function theme_head()
{
return "<link rel='stylesheet' href='".THEME_ABS."nav_menu.css' type='text/css' />\n";
}
// [layout]