projects
/
WP-Themes
/
petoskeyarea.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce1ef14
)
Update page title
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 25 Sep 2017 15:35:31 +0000
(11:35 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 25 Sep 2017 15:35:31 +0000
(11:35 -0400)
Need h1
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index
b7669c0
..
7f63097
100644
(file)
--- a/
index.php
+++ b/
index.php
@@
-10,7
+10,7
@@
if (is_member()) {
echo "<h1>" . get_member_name() . "</h1>";
} else if ( glm_is_event_detail() ) {
- echo
glm_get_event_name()
;
+ echo
'<h1>'.glm_get_event_name().'</h1>'
;
} else {
echo "<h1>" . get_the_title() . "</h1>";
}