<em>@tienhc 165822 wrote:</em><blockquote>Hello guy!
Here is the solution: pls open the file templatesja_purity_iiindex.php and try to find codes at line 24:
[PHP]switch ($tmplTools->getParam(JA_TOOL_SCREEN)){[/PHP]
Replace:
[PHP]
if( $tmplTools->isIE6() ) {
$type = ‘auto’ ;
}else {
$type = $tmplTools->getParam(JA_TOOL_SCREEN) ;
}
switch ( $type ){
[/PHP]
Good luck</blockquote>
I tryed to do the same with Purity II tempalte…but I can’t do it!
Please can you tell me how to do?
I would like:
if( $tmplTools->isIE() ) {
$type = ‘950’ ;
}else {
$type = $tmplTools->getParam(JA_TOOL_SCREEN) ;
}
thanks a lot