(root)/zenphoto-page.php - Rev 14
Go to most recent revision |
Blame |
Last modification |
View Log
| RSS feed
<?php
/*
* Template Name: Zenphoto iframe
*
* This is an alternate page template. In this template you
* can load your Zenphoto installation (if inside the same domain)
* inside a WordPress page whithin an iframe.
*/
get_header();
get_sidebar(); ?>
<div id="content">
<?php
get_template_part('content', 'zenphoto');
?>
</div><!-- #content -->
<?php get_footer(); ?>