if(embedStylesPrinted != true) {document.write('');}var embedStylesPrinted = true;var content = '
<?php
/*
Template Name: About_Page
*/
?>
<?php get_header(); ?>
<div class="content-about">
<div id="primary-wrapper">
<div id="primary" role="main">
<div id="notices"></div>
<a name="startcontent" id="startcontent"></a>
<div id="current-content" class="hfeed">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="entry-head">
<?php /* Edit Link */ edit_post_link(__('Edit','k2_domain'), '<span class="entry-edit">', '</span>'); ?>
<?php /* K2 Hook */ do_action('template_entry_head'); ?>
</div><!-- .entry-head -->
<div class="entry-content">
<?php the_content(); ?>
</div><!-- .entry-content -->
<div class="entry-foot">
<?php wp_link_pages( array('before' => '<div class="entry-pages"><span>' . __('Pages:','k2_domain') . '</span>', 'after' => '</div>' ) ); ?>
<?php /* K2 Hook */ do_action('template_entry_foot'); ?>
</div><!-- .entry-foot -->
</div><!-- #post-ID -->
<?php if ( get_post_custom_values('comments') ): ?>
<div class="comments">
<?php comments_template(); ?>
</div><!-- .comments -->
<?php endif; ?>
<?php endwhile; else: define('K2_NOT_FOUND', true); ?>
<div class="hentry four04">
<div class="entry-head">
<h1 class="center"><?php _e('Not Found','k2_domain'); ?></h1>
</div>
<div class="entry-content">
<p><?php _e('Oh no! You\\'re looking for something which just isn\\'t here! Fear not however, errors are to be expected, and luckily there are tools on the sidebar for you to use in your search for what you need.','k2_domain'); ?></p>
</div>
</div><!-- .hentry .four04 -->
<?php endif; ?>
</div><!-- #current-content -->
<div id="dynamic-content"></div>
</div><!-- #primary -->
</div><!-- #primary-wrapper -->
</div><!-- .content -->
<?php get_footer(); ?>