mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Bugtracker #4224 - compliance detail
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user