projects
/
WP-Themes
/
FairEmmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
975691b
)
use date php call for the copyright year
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 13 May 2015 16:50:15 +0000
(12:50 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 13 May 2015 16:50:15 +0000
(12:50 -0400)
footer.php
patch
|
blob
|
history
diff --git
a/footer.php
b/footer.php
index
d3d2f34
..
f4843c6
100644
(file)
--- a/
footer.php
+++ b/
footer.php
@@
-16,7
+16,7
@@
</ul>
</div>
<div id="copyright" class="small-12 columns text-center">
-
<span>Copyright © 2015
</span>
+
<span>Copyright © <?php echo date('Y');?>
</span>
<span class="bullet"> • </span>
<span>All Rights Reserved</span>
<span class="bullet"> • </span>
@@
-43,7
+43,7
@@
<li><a href="#">Camp Petosega</a></li>
<li><a href="#">Veterns <br>Affairs</a></li>
</ul>
- </div>
+ </div>
</div>
</div>
-->