Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. // Theme Options
  2. require_once(TEMPLATEPATH . '/includes/theme-options.php');
  3. $themeOptions = get_option('flotheme_theme_options');
  4.  
  5. function flo_theme_option($option) {
  6. global $themeOptions;
  7. return $themeOptions[$option];
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement