function createFonts($options, $element)
{
    $fonts = getFonts();
    foreach ($fonts as $v) {
        echo "<option value='" . $v . "'" . selected($v, $options[$element]) . ">" . $v . "</option>";
    }
}
Example #2
0
?>
" />
<?php 
if (is_singular() && get_option('thread_comments')) {
    wp_enqueue_script('comment-reply');
}
wp_head();
?>

<style type="text/css">
/* color from theme options */
<?php 
$color = getColor();
?>
body, input, textarea { font-family: <?php 
echo getFonts();
?>
; }
a, .menu a:hover, #nav-above a:hover, #footer a:hover, .entry-meta a:hover { color: <?php 
echo $color;
?>
; }
.fetch:hover { background: <?php 
echo $color;
?>
; }
blockquote { border-color: <?php 
echo $color;
?>
; }
.menu ul .current-menu-item a { color: <?php