Skip to content

Instantly share code, notes, and snippets.

@smeyer
Created December 20, 2011 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save smeyer/1503590 to your computer and use it in GitHub Desktop.
Save smeyer/1503590 to your computer and use it in GitHub Desktop.
Sidebar file for Chameleon
<div id="sidebar">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar') ) : ?>
<?php endif; ?>
</div> <!-- end #sidebar -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment