Created
July 29, 2013 23:28
-
-
Save syamilmj/6108795 to your computer and use it in GitHub Desktop.
index.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php get_header(); ?> | |
<?php get_template_part( 'includes/contents/content', 'stream'); ?> | |
<?php get_template_part( 'includes/contents/content', 'index' ); ?> | |
<?php get_footer(); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment