projects
/
WP-Themes
/
universitycenter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5689704
)
removing parameter from fetch all blocks in the front page template so that all block...
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 15 Nov 2016 16:50:48 +0000
(11:50 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 15 Nov 2016 16:50:48 +0000
(11:50 -0500)
sections/front-page.php
patch
|
blob
|
history
diff --git
a/sections/front-page.php
b/sections/front-page.php
index
e495cb2
..
b0c74af
100644
(file)
--- a/
sections/front-page.php
+++ b/
sections/front-page.php
@@
-3,7
+3,7
@@
<div id="content-wrapper">
<div id="blocks-row">
<div class="row">
- <?php $blocks = fetch_all_glm_blocks(
DEFAULT_BLOCKS
); ?>
+ <?php $blocks = fetch_all_glm_blocks( ); ?>
<div class="blocks">
<?php foreach ($blocks as $block):?>
<div class="text-center small-12 medium-4 columns block">