projects
/
WP-Themes
/
gilmoremuseum.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9865b4
)
Fix to side links
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 2 Mar 2015 21:16:47 +0000
(16:16 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 2 Mar 2015 21:16:47 +0000
(16:16 -0500)
sidebar.php
patch
|
blob
|
history
diff --git
a/sidebar.php
b/sidebar.php
index
27482a6
..
902b7c5
100644
(file)
--- a/
sidebar.php
+++ b/
sidebar.php
@@
-10,6
+10,6
@@
echo '<a class="tab" href="' . esc_url( get_permalink( get_page_by_title( 'Collections' ) ) ).'"><h3>The Collections</h3></a>';
}
if (!is_page('sponsors')) {
- echo '<a class="tab" href="' . esc_url( get_permalink( get_page_by_title( 'Sponsors' ) ) ).'"><h3>Sponsors</h3></a>';
+ echo '<a class="tab" href="' . esc_url( get_permalink( get_page_by_title( 'Sponsors
hips
' ) ) ).'"><h3>Sponsors</h3></a>';
}?>
</div>