Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $pages_or_posts = get_option('CT_pages_or_posts');
- if ($pages_or_posts == "pages") {
- include (TEMPLATEPATH.'/slideshow_pages.php');
- }
- else if ($pages_or_posts == "posts") {
- include (TEMPLATEPATH.'/slideshow_posts.php');
- }
- else {
- include (TEMPLATEPATH.'/slideshow_posts.php');
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment