Searched refs:brandImgHeight (Results 1 – 1 of 1) sorted by relevance
38 $brandImgHeight = tpl_getConf('header_height'); variable39 if ($brandImgHeight && ctype_digit($brandImgHeight)) $brandImgHeight .= 'px';40 if ($brandImgHeight == '') $brandImgHeight = 'auto'; variable52 <?php if ($brandImgHeight) { echo 'height: ', $brandImgHeight, ';\n'; } ?>