projects
/
web
/
GruntInit
/
glmTheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43d7b82
)
GLM Blocks part was lacking php tags. Slightly changed class
author
Laury GvR
<laury@gaslightmedia.com>
Fri, 13 Mar 2015 15:02:30 +0000
(11:02 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Fri, 13 Mar 2015 15:02:30 +0000
(11:02 -0400)
root/parts/glm-blocks.php
patch
|
blob
|
history
diff --git
a/root/parts/glm-blocks.php
b/root/parts/glm-blocks.php
index
75be1a8
..
03c65e1
100644
(file)
--- a/
root/parts/glm-blocks.php
+++ b/
root/parts/glm-blocks.php
@@
-1,8
+1,9
@@
-if (is_front_page()) {
+
<?php
if (is_front_page()) {
if (function_exists('glm_blocks_show')) {
- echo '<div class="blocks">';
+ echo '<div class="
glm_
blocks">';
glm_blocks_show();
echo '</div>';
echo '<div class="separator"><hr></div>';
}
}
+?>
\ No newline at end of file