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:
parent
200e12123f
commit
beb4b8c411
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user