* Two column page with a large banner * at the top. * * @package mandisphotography * @version 1.0.2 * @since 0.0.1 */ ?> <?php get_header(); ?> <div id="banner-image"> <?php re_get_images('full', '0', '0', 'full', "{$post->ID}", '0', 'attachment-banner', '0', 'small-thumb'); ?> </div><!-- #banner-image --> <div id="content" role="main"> <?php if (have_posts()) { while (have_posts()) { the_post(); ?> <div id="post-<?php the_ID(); ?> " <?php
* * One column template for pages that include a * jQuery Portfolio. * * @package mandisphotography * @version 1.0.2 * @since 0.0.2 */ ?> <?php get_header('portfolio'); ?> <div id="loading"></div> <div id="preview"> <div id="image-wrapper"> </div><!-- #image-wrapper --> </div><!-- #preview --> <div id="thumbs-wrapper"> <div id="thumbs-container" style="/*visibility:hidden;*/"> <?php re_get_images('portfolio-thumb', '0', '0', 'full', "{$post->ID}", '0', 'portfolio-image', '0', ''); ?> </div><!-- #thumbs-container --> </div><!-- #thumbs-wrapper --> <?php get_footer('portfolio');