Skip to content

Instantly share code, notes, and snippets.

@laras126
Created March 27, 2011 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laras126/889631 to your computer and use it in GitHub Desktop.
Save laras126/889631 to your computer and use it in GitHub Desktop.
autofocus+ function for options framework
<?php
//Load Color Options
function of_options_output_css() { ?>
<style type="text/css">
/* <![CDATA[ */
<?php $of_css_options_output = dirname( __FILE__ ) . '/style-output.php'; if( is_file( $of_css_options_output ) ) require $of_css_options_output; ?>
/* ]]> */
</style>
<?php }
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment