projects
/
WP-Themes
/
staffords.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a5cc98
)
Update template for vacation
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 11 Jan 2016 20:06:20 +0000
(15:06 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 11 Jan 2016 20:06:20 +0000
(15:06 -0500)
page_vacation.php
patch
|
blob
|
history
diff --git
a/page_vacation.php
b/page_vacation.php
index
80c8fde
..
6b9977d
100644
(file)
--- a/
page_vacation.php
+++ b/
page_vacation.php
@@
-30,6
+30,7
@@
Template Name: Vacation Rentals
<?php if (is_page(VACATION_PAGE)) { ?>
<div id="main-content" class="small-12 medium-8 columns">
<?php } else { ?>
+ <div id="main-content" class="small-12 medium-9 columns">
<?php } ?>
<?php if(have_posts()) : while(have_posts()): the_post();?>
<?php the_content();?>