No, ale moj plik index.php wyglada tak:
<head>
<?php mosShowHead(); ?>
<meta http-equiv="Content-Type" content="text/html;><?php echo _ISO; ?>" />
<?php
$templ = $GLOBALS['mosConfig_live_site']."/templates/".$GLOBALS['cur_template'];
require($mosConfig_absolute_path."/templates/greenery/splitcssmenu.php");
echo "<link rel=\"stylesheet\" href=\"$templ/css/template_css.css\" type=\"text/css\"/>" ;
if ($task == 'section' || $task == 'category' || $option == 'com_search') {
echo "<link rel=\"stylesheet\" href=\"$templ/css/category.css\" type=\"text/css\"/>" ;
}
if ( $my->id ) {initEditor();}
echo "<link rel=\"shortcut icon\" href=\"$templ/favicon.ico\" />" ;?>
<!--[if IE 7.0000]>
<?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/ie7.css\" type=\"text/css\"/>" ; ?>
<![endif]-->
</head>

Co tam zmienic?