\n"; if ($font == '1'){ $vars['custom_font'].= "body {font-family: Arial, Helvetica, \"Bitstream Vera Sans\", sans-serif;}\n"; } if ($font == '2'){ $vars['custom_font'].= "body {font-family: \"Lucida Sans\", Verdana, Arial, sans-serif;}\n"; } if ($font == '3'){ $vars['custom_font'].= "body {font-family: Times, \"Times New Roman\", Georgia, \"Bitstream Vera Serif\", serif;}\n"; } if ($font == '4'){ $vars['custom_font'].= "body {font-family: Georgia, \"Times New Roman\", \"Bitstream Vera Serif\", serif;}\n"; } if ($font == '5'){ $vars['custom_font'].= "body {font-family: Verdana, Tahoma, Arial, Helvetica, \"Bitstream Vera Sans\", sans-serif;}\n"; } if ($font == '6'){ $vars['custom_font'].= "body {font-family: Tahoma, Verdana, Arial, Helvetica, \"Bitstream Vera Sans\", sans-serif;}\n"; } $vars['custom_font'] .= ""; } $vars['custom_colors']= ''; $color1 = theme_get_setting('cti_flex_color1'); $color2 = theme_get_setting('cti_flex_color2'); $color3 = theme_get_setting('cti_flex_color3'); $color4_left = theme_get_setting('cti_flex_color4_left'); $color4_lefthead = theme_get_setting('cti_flex_color4_lefthead'); $color4_center = theme_get_setting('cti_flex_color4_center'); $color4_centerhead = theme_get_setting('cti_flex_color4_centerhead'); $color4_right = theme_get_setting('cti_flex_color4_right'); $color4_righthead = theme_get_setting('cti_flex_color4_righthead'); $color5 = theme_get_setting('cti_flex_color5'); $color6 = theme_get_setting('cti_flex_color6'); $color7 = theme_get_setting('cti_flex_color7'); $color8 = theme_get_setting('cti_flex_color8'); $color9_left = theme_get_setting('cti_flex_color9_left'); $color9_center = theme_get_setting('cti_flex_color9_center'); $color9_right = theme_get_setting('cti_flex_color9_right'); // set CSS $vars['custom_colors']= ""; }