projects
/
WP-Themes
/
DiscoverKZOO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f42717f
)
changing column amount if on site map page
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 29 Feb 2016 20:58:04 +0000
(15:58 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 29 Feb 2016 20:58:04 +0000
(15:58 -0500)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index
82fe4f2
..
f706857
100644
(file)
--- a/
index.php
+++ b/
index.php
@@
-5,7
+5,11
@@
</div>
<div id="content-wrapper">
<div class="row">
- <div class="small-12 large-8 columns right">
+ <?php if(is_page(3714)){ ?>
+ <div class="small-12 large-12 columns right">
+<?php } else { ?>
+ <div class="small-12 large-8 columns right">
+ <?php } ?>
<div class="row">
<?php
get_template_part('parts/bread-crumbs');