Skip to content

Instantly share code, notes, and snippets.

@LinzardMac
Created April 17, 2013 22:50
Show Gist options
  • Select an option

  • Save LinzardMac/5408429 to your computer and use it in GitHub Desktop.

Select an option

Save LinzardMac/5408429 to your computer and use it in GitHub Desktop.
global $smarty;
$value = get_option( 'discount_code_code' );
$desc = get_option( 'discount_code_desc' );
$smarty->assign('value', $value);
$smarty->assign('desc', $desc);
return $this->display(__FILE__, 'wpheader.tpl', $this->getCacheId());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment