Skip to content

Instantly share code, notes, and snippets.

@web2feel
Created September 17, 2013 03:31
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 web2feel/6589770 to your computer and use it in GitHub Desktop.
Save web2feel/6589770 to your computer and use it in GitHub Desktop.
Quest theme snippet1
<?php if (is_front_page()) { ?>
<div id="slidearea">
<?php include (TEMPLATEPATH . '/tab.php'); ?>
</div>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment