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.

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

Popular posts from this blog

Hur installera Joomla på One.com - Joomla! Forum - community, help and support

removing index.php from URL address - Joomla! Forum - community, help and support

「イメージマップのアンカー名には、...」のエラーが出ないようにしたい