Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3 | iacchi | 1 | <?php |
2 | /* |
||
3 | * Template Name: Zenphoto iframe |
||
4 | * |
||
5 | * This is an alternate page template. In this template you |
||
6 | * can load your Zenphoto installation (if inside the same domain) |
||
7 | * inside a WordPress page whithin an iframe. |
||
8 | */ |
||
9 | |||
10 | get_header(); |
||
11 | get_sidebar(); ?> |
||
12 | |||
13 | <div id="content"> |
||
14 | |||
15 | <?php |
||
16 | get_template_part('content', 'zenphoto'); |
||
17 | ?> |
||
18 | |||
19 | </div><!-- #content --> |
||
20 | |||
21 | <?php get_footer(); ?> |