forked from Frumph/comicpress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayout-head.php
More file actions
23 lines (21 loc) · 971 Bytes
/
Copy pathlayout-head.php
File metadata and controls
23 lines (21 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<div id="content-wrapper">
<?php do_action('comicpress-content-area'); ?>
<?php if (!get_theme_mod('comicpress-customize-comic-in-column', false)) do_action('comic-area'); ?>
<div id="subcontent-wrapper">
<?php
if (!comicpress_is_signup() && !comicpress_sidebars_disabled()) {
if (comicpress_is_layout('2cl,2clw,3c,3cl,3clgn')) comicpress_get_sidebar('left');
if (comicpress_is_layout('3cl')) comicpress_get_sidebar('right');
}
?>
<div id="content-column">
<?php
if (get_theme_mod('comicpress-customize-comic-in-column', false)) do_action('comic-area');
if (!comicpress_is_signup() && !comicpress_sidebars_disabled()) {
if (comicpress_is_layout('3crgn')) comicpress_get_sidebar('left');
}
?>
<div id="content" class="narrowcolumn">
<?php do_action('comic-blog-area'); ?>
<?php do_action('comicpress-narrowcolumn-area'); ?>
<?php if (is_home() && !comicpress_sidebars_disabled()) comicpress_get_sidebar('over-blog'); ?>