dbFields = array(
'googleFonts'=>false
);
}
public function form()
{
global $L;
$html = '
';
$html .= '
';
$html .= '
';
$html .= '
'.$L->get('Enable or disable Google fonts.').'
';
$html .= '
';
return $html;
}
public function googleFonts()
{
return $this->getValue('googleFonts');
}
}