Auto switch another template if IE6 - Joomla! Forum - community, help and support
i want switch template when browser ie6.
below code used in current template.
i understand i've change here-
what code switch template
below code used in current template.
code: select all
if($template->settings["ie6info"] && $template->ie6detection())
{
$template->loadskeleton("ie6");
}
else
{
$template->loadblock("dn_wrapper");
}
?>
i understand i've change here-
code: select all
$template->loadskeleton("ie6");
what code switch template
Comments
Post a Comment