projects
/
WP-Themes
/
khako.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68b69be
)
Add link for Donate Now in header
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 24 Jan 2018 15:56:16 +0000
(10:56 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 24 Jan 2018 15:56:16 +0000
(10:56 -0500)
parts/top-bar.php
patch
|
blob
|
history
diff --git
a/parts/top-bar.php
b/parts/top-bar.php
index
0e272d6
..
7e93f11
100644
(file)
--- a/
parts/top-bar.php
+++ b/
parts/top-bar.php
@@
-7,7
+7,7
@@
<section class="top-bar-section">
<?php glm_theme_top_bar(); ?>
- <a id="top-bar-donate-button" href="
#
">Donate Now</a>
+ <a id="top-bar-donate-button" href="
<?php echo get_permalink(42);?>
">Donate Now</a>
</section>
</nav>
</div>