Zdravim,
Mam stejnej problem ale v sablone mam jen tohle :
<?php defined( "_VALID_MOS" ) or die( "Direct Access to this location is not allowed." ); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<?php $iso = split( '=', _ISO );
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
if(file_exists($mosConfig_absolute_path."/components/com_joomlastats/joomlastats.inc.php"))
{require_once($mosConfig_absolute_path."/components/com_joomlastats/joomlastats.inc.php");}
?>
<html xmlns="
www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;><?php echo _ISO; ?>" />
<?php
mosShowHead();
echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css\"
type=\"text/css\"/>" ;
echo "<link rel=\"shortcut icon\" href=\"$GLOBALS[mosConfig_live_site]/images/favicon.ico\" />";
if ( $my->id ) { initEditor(); }
if ((mosCountModules( "user1" )) && (mosCountModules( "user2" ))) {
$u1='user1';
$u2='user2';}
else if ((mosCountModules( "user1" )) || (mosCountModules( "user2" ))) {
$u1='user0';
$u2='user0';}
if ((mosCountModules( "user5" )) && (mosCountModules( "user6" ))) {
$u3='user5';
$u4='user6';}
else if ((mosCountModules( "user5" )) || (mosCountModules( "user6" ))) {
$u3='user0';
$u4='user0';}
?>
</head>
Co tedy mam zmenit aby to chodilo v IE ??
Diky za radu