From c8208f2a3e514429c36587961d0359cbe7276d0a Mon Sep 17 00:00:00 2001 From: Hack Pie <hi@sqli.me> Date: Tue, 4 Feb 2014 02:18:43 -0500 Subject: [PATCH] We must advance! --- public/templates/admin/footer.tpl | 2 +- public/templates/footer.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/templates/admin/footer.tpl b/public/templates/admin/footer.tpl index 48d6288c8e..6e67767f4c 100644 --- a/public/templates/admin/footer.tpl +++ b/public/templates/admin/footer.tpl @@ -41,7 +41,7 @@ <div id="alert_window"></div> <div id="footer" class="container" style="padding-top: 50px; display:none;"> - <footer class="footer">Copyright © 2013 <a target="_blank" href="http://www.nodebb.com">NodeBB</a> by <a target="_blank" href="https://github.com/psychobunny">psychobunny</a>, <a href="https://github.com/julianlam" target="_blank">julianlam</a>, <a href="https://github.com/barisusakli" target="_blank">barisusakli</a> from <a target="_blank" href="http://www.designcreateplay.com">designcreateplay</a></footer> + <footer class="footer">Copyright © 2014 <a target="_blank" href="http://www.nodebb.com">NodeBB</a> by <a target="_blank" href="https://github.com/psychobunny">psychobunny</a>, <a href="https://github.com/julianlam" target="_blank">julianlam</a>, <a href="https://github.com/barisusakli" target="_blank">barisusakli</a> from <a target="_blank" href="http://www.designcreateplay.com">designcreateplay</a></footer> </div> <script type="text/javascript"> diff --git a/public/templates/footer.tpl b/public/templates/footer.tpl index e461beae4f..c8646bc4a3 100644 --- a/public/templates/footer.tpl +++ b/public/templates/footer.tpl @@ -44,7 +44,7 @@ <footer id="footer" class="container footer hide"> {footerHTML} <div class="copyright"> - Copyright © 2013 <a target="_blank" href="https://www.nodebb.com">NodeBB Forums</a> | <a target="_blank" href="//github.com/designcreateplay/NodeBB/graphs/contributors">Contributors</a> + Copyright © 2014 <a target="_blank" href="https://www.nodebb.com">NodeBB Forums</a> | <a target="_blank" href="//github.com/designcreateplay/NodeBB/graphs/contributors">Contributors</a> </div> </footer>