Beispiel #1
0
<body <?php 
if (function_exists('body_class')) {
    body_class();
}
?>
>
<?php 
do_action('comicpress-header');
get_sidebar('above');
?>
 
<div id="page-head"></div>
<?php 
if (!$comicpress_options['disable_page_restraints']) {
    if (is_cp_theme_layout('standard,v')) {
        ?>
<div id="page-wrap"><!-- Wraps outside the site width -->
	<div id="page"><!-- Defines entire site width - Ends in Footer -->
<?php 
    } else {
        ?>
<div id="page-wide-wrap"><!-- Wraps outside the site width -->
	<div id="page-wide"><!-- Defines entire site width - Ends in Footer -->
		<?php 
    }
}
if (comicpress_check_child_file('partials/headerarea') == false) {
    ?>
<div id="header">
	<?php 
Beispiel #2
0
<body <?php 
body_class();
?>
>
<?php 
if (is_active_sidebar('above-header')) {
    get_sidebar('above');
}
?>
 
<?php 
if (comicpress_themeinfo('enable_caps')) {
    ?>
<div id="page-head"></div><?php 
}
if (is_cp_theme_layout('2cr,2cl,2cvr,2cvl')) {
    ?>
<div id="page-wrap"><!-- Wraps outside the site width -->
	<div id="page"><!-- Defines entire site width - Ends in Footer -->
<?php 
} else {
    ?>
<div id="page-wide-wrap"><!-- Wraps outside the site width -->
	<div id="page-wide"><!-- Defines entire site width - Ends in Footer -->
<?php 
}
?>

<div id="header">
	<?php 
do_action('comicpress-header');
Beispiel #3
0
	<div id="subcontent-wrapper">
		<?php 
if (is_cp_theme_layout('2cl,2cvl,3c,3c2l,v3c,v3cl,lgn') && !comicpress_disable_sidebars()) {
    get_sidebar('left');
}
?>
		<?php 
if (is_cp_theme_layout('3c2l,v3cl') && !comicpress_disable_sidebars()) {
    get_sidebar('right');
}
?>
		<?php 
if (is_cp_theme_layout('2cvr,2cvl,v3c,v3cr,v3cl,lgn,rgn')) {
    ?>
			<div id="section-wrap">
			<?php 
    do_action('comic-area');
    ?>
		<?php 
}
?>
		<?php 
if (is_cp_theme_layout('rgn') && !comicpress_disable_sidebars()) {
    get_sidebar('left');
}
?>
		<div id="content" class="narrowcolumn">
			<?php 
if (is_active_sidebar('over-blog')) {
    get_sidebar('overblog');
}
    }
    ?>

<?php 
    if (is_cp_theme_layout('3c,rgn')) {
        get_sidebar('left');
    }
    ?>

<?php 
    if (is_cp_theme_layout('v3cr')) {
        ?>
<div id="subcontent-wrapper-head"></div>
	<div id="subcontent-wrapper">
<?php 
    }
    ?>

	<?php 
    if (!is_cp_theme_layout('v3c,v')) {
        ?>
		<div id="content" class="narrowcolumn">
			<?php 
        get_sidebar('overblog');
        ?>
	<?php 
    }
}
?>
	
    }
    ?>

<?php 
    if (is_cp_theme_layout('3c,standard,3c2r')) {
        ?>
			<div class="clear"></div>
		</div>
		<div id="subcontent-wrapper-foot"></div>
<?php 
    }
    ?>

	<?php 
    if (is_cp_theme_layout('gn,rgn')) {
        ?>
		</div>
	<?php 
    }
    ?>
	
	<?php 
    if (is_cp_theme_layout('rgn')) {
        get_sidebar('right');
    }
    ?>
	<div class="clear"></div>
</div>
<div id="content-wrapper-foot"></div>
<?php 
}
Beispiel #6
0
    if (is_cp_theme_layout('lgn') && !comicpress_disable_sidebars()) {
        get_sidebar('right');
    }
    ?>
				<div class="clear"></div>
			</div>
			<?php 
}
?>
		<?php 
if (is_cp_theme_layout('3c2r,v3cr') && !comicpress_disable_sidebars()) {
    get_sidebar('left');
}
?>
		<?php 
if (is_cp_theme_layout('2cr,2cvr,3c,3c2r,v3c,v3cr,rgn') && !comicpress_disable_sidebars()) {
    get_sidebar('right');
}
?>
		<?php 
if (comicpress_themeinfo('enable_caps')) {
    ?>
<div id="subcontent-wrapper-foot"></div><?php 
}
?>
		<div class="clear"></div>
	</div>
	<div class="clear"></div>
</div>
<?php 
if (comicpress_themeinfo('enable_caps')) {