<!--[if lte IE 7]>
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/template_ie7.css" rel="stylesheet" type="text/css" />
<![endif]-->
<!--[if lte IE 6]>
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/template_ie6.css" rel="stylesheet" type="text/css" />
<![endif]-->
<!--[if lte IE 7]>
<?php $set_custom_IE7_flag = 1;?>
<![endif]-->
<!--[if lte IE 6]>
<?php $set_custom_IE6_flag = 1;?>
<![endif]-->
if ( $set_custom_IE7_flag == 1 ) {
echo 'soemthing';
}
if ( $set_custom_IE6_flag == 1 ) {
echo 'soemthing else';
}
if ( !$horizontal ) {
$preDiv = '<div style="text-align:center; margin:0px auto;"> '
. '<div style="margin:auto; align:center; width:100%;"> '
. '<div style="display:table; margin:auto; align:center;';
$postDiv = "</div></div></div>\n";
if ( $set_custom_IE7_flag == 1 ) {
$preDiv = '<div style="float:left; text-align:center; margin:0px auto;"> '
. '<div style="margin:auto; align:center; width:100%;"> '
. '<div style="display:table; margin:auto; align:center;';
$postDiv = "</div></div></div>\n";
}
if ( $set_custom_IE6_flag == 1 ) {
$preDiv = '<div style="float:left; text-align:center; margin:0px auto;"> '
. '<div style="margin:auto; align:center; width:100%;"> '
. '<div style="display:table; margin:auto; align:center;';
$postDiv = "</div></div></div>\n";
}
}
Time to create page: 0.102 seconds