Home
last modified time | relevance | path

Searched refs:brandImgHeight (Results 1 – 1 of 1) sorted by relevance

/template/starterbootstrap/
H A Dmain.php38 $brandImgHeight = tpl_getConf('header_height'); variable
39 if ($brandImgHeight && ctype_digit($brandImgHeight)) $brandImgHeight .= 'px';
40 if ($brandImgHeight == '') $brandImgHeight = 'auto'; variable
52 <?php if ($brandImgHeight) { echo 'height: ', $brandImgHeight, ';\n'; } ?>