????
| Current Path : /home2/morganrand/backup.morganrand.com/wp-content/themes/wanderfuls/ |
| Current File : /home2/morganrand/backup.morganrand.com/wp-content/themes/wanderfuls/page-design-tool.php |
<?php
/**
* The template for displaying all pages.
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages and that other
* 'pages' on your WordPress site will use a different template.
*
* @package Wanderfuls WordPress Theme
* @subpackage Templates
*/
// Get site header
get_header(); ?>
<?php do_action( 'hide_header_script'); ?>
<div id="content-wrap" class="container clr">
<?php tb_hook_primary_before(); ?>
<div id="primary" class="content-area clr" style="max-width: 100%; width: 100%;">
<?php tb_hook_content_before(); ?>
<div id="content" class="clr site-content">
<?php tb_hook_content_top(); ?>
ddk
<?php tb_hook_content_bottom(); ?>
</div><!-- #content -->
<?php tb_hook_content_after(); ?>
</div><!-- #primary -->
<?php tb_hook_primary_after(); ?>
</div><!-- #content-wrap -->
<?php
// Get site footer
get_footer(); ?>