if ($_POST['nolayoutcontrol']) { $options['nolayoutcontrol'] = (bool)true; } else { $options['nolayoutcontrol'] = (bool)false; } $options['nolayoutcontrol'] = stripslashes($_POST['nolayoutcontrol']); // disable jquery if ($_POST['nojquery']) { $options['nojquery'] = (bool)true; } else { $options['nojquery'] = (bool)false; } $options['nojquery'] = stripslashes($_POST['nojquery']); // meta keywords $options['customcss'] = stripslashes($_POST['customcss']); update_option('fusion_options', $options); } else { FusionOptions::getOptions(); } add_theme_page(__("Fusion Theme Options","fusion"), __("Fusion Theme Options","fusion"), 'edit_themes', basename(__FILE__), array('FusionOptions', 'display')); } function display() { $options = FusionOptions::getOptions(); ?>





/>
'; bloginfo('template_url'); echo '.
'; _e('You should export the logo image with transparency enabled','fusion'); ?>


/>


/>


/>


/>


/> )','fusion'); ?>



/>
You shouldn\'t change this unless you have problems with your host regarding bandwidth','fusion'); ?>


style.css'); ?>
';_e('Don\'t modify style.css if you wish to preserve your changes after theme update! Use this option instead.','fusion');echo '

'?>

Examples (copy/paste in the left text area):

/* Set maximum page width to 1200 pixels (on fluid layout) */
#page{ max-width: 1200px; }

/* Make links red, without background on mouse over */
a, a:hover{ color: #ed1f24; }
a:hover{ background: none; }

/* Make header background dark brown */
#page-wrap1{ background: none; }
#page-wrap2{ background: #402f1f; }

/* Custom header image */
#page-wrap1{ background: none; }
#page-wrap2{ background: url(/files/yourimage.jpg) no-repeat center top; }

/* Decrease header height to 150 pixels and hide the logo */
#page-wrap2, #header{ height: 150px; }
body{ background-position: left 150px; }
a#logo{ display: none; }

/* Increase tag line text size */
#topnav, #topnav a{ font-size: 130%; }

/* Hide post information bar */
.postinfo{ display: none; }

/* Make tabs narrower */
#tabs{ letter-spacing: -0.04em; font-size: 13px; }
#tabs a span span{ padding: 4px 0 0 0; }

/* Use Windows Arial style fonts, instead of Mac's Lucida */
body, input, textarea, select, h3, h4, h5, h6,
#sidebar h2.title, #sidebar2 h2.title{ font-family: Arial, Helvetica; }


'Default sidebar', 'before_widget' => '
  • ', 'after_widget' => '
  • ', 'before_title' => '

    ', 'after_title' => '

    ' )); register_sidebar(array( 'name' => '2nd sidebar (only on 3-col pages)', 'before_widget' => '
  • ', 'after_widget' => '
  • ', 'before_title' => '

    ', 'after_title' => '

    ' )); } function list_pings($comment, $args, $depth) { $GLOBALS['comment'] = $comment; ?>
  • id="comment-">

    '.get_comment_author().''; else: $authorlink=''.get_comment_author().''; endif; printf(__('%s by %s at %s', 'fusion'), '#'.++$commentcount.'', $authorlink, get_comment_time(__('F jS, Y', 'fusion')), get_comment_time(__('H:i', 'fusion'))); ?>

    comment_approved == '0') : ?>

    'commentbody', 'depth' => $depth, 'max_depth' => $args['max_depth'], 'reply_text' => ''.__('Reply','fusion').''.$my_comment_count))) ?>