getLayout()->getBlock('root')->getTemplate());
?>
getFonts_GoogleFonts()): ?>
getFonts_GoogleFonts())){
$fontArray = explode(',',Mage::helper('themeframework/settings')->getFonts_GoogleFonts());
}else{
$fontArray = Mage::helper('themeframework/settings')->getFonts_GoogleFonts();
}
if ($fontWeights = str_replace(' ','', Mage::helper('themeframework/settings')->getFonts_GoogleFontsWeights()))
$fontWeights = ':'.$fontWeights;
else
$fontWeights = ':200,200italic,300,300italic,400,400italic,500,500italic,600italic,600italic,700,700italic,800,800italic,900,900italic';
if(Mage::app()->getStore()->isCurrentlySecure())
$href = "https://fonts.googleapis.com/css";
else
$href = "http://fonts.googleapis.com/css";
foreach($fontArray as $font){
echo "";
}
?>
getConfigTheme('css_additional_css_file'))){
$i=0;
foreach($additionalCssFilesString as $add){
if (preg_match("/.css/",$add)) {
$linkadd[$i] = Mage::getDesign()->getSkinUrl('css/').$add;
echo "";
}
$i++;
}
}
?>
getConfigTheme('css_custom_css')):?>