aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xindex.php2
-rwxr-xr-xtpl/footer.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 6f7c5fc0..19594c65 100755
--- a/index.php
+++ b/index.php
@@ -160,7 +160,7 @@ catch (Exception $e)
160 </div> 160 </div>
161 </div> 161 </div>
162 <footer class="mr2 mt3 smaller"> 162 <footer class="mr2 mt3 smaller">
163 <p>download poche on <a href="http://github.com/nicosomb/github">github</a><br />follow us on <a href="https://twitter.com/getpoche" title="follow us on twitter">twitter</a></p> 163 <p>download poche on <a href="http://github.com/nicosomb/poche">github</a><br />follow us on <a href="https://twitter.com/getpoche" title="follow us on twitter">twitter</a></p>
164 </footer> 164 </footer>
165 <script type="text/javascript" src="js/jquery-1.9.1.min.js"></script> 165 <script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
166 <script type="text/javascript" src="js/jquery.masonry.min.js"></script> 166 <script type="text/javascript" src="js/jquery.masonry.min.js"></script>
diff --git a/tpl/footer.html b/tpl/footer.html
index ffe4e0d3..056c4e6e 100755
--- a/tpl/footer.html
+++ b/tpl/footer.html
@@ -1,5 +1,5 @@
1 <footer class="mr2 mt3 smaller"> 1 <footer class="mr2 mt3 smaller">
2 <p>download poche on <a href="http://github.com/nicosomb/github">github</a><br />follow us on <a href="https://twitter.com/getpoche" title="follow us on twitter">twitter</a></p> 2 <p>download poche on <a href="http://github.com/nicosomb/poche">github</a><br />follow us on <a href="https://twitter.com/getpoche" title="follow us on twitter">twitter</a></p>
3 </footer> 3 </footer>
4 <script type="text/javascript" src="js/jquery-1.9.1.min.js"></script> 4 <script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
5 <script type="text/javascript" src="js/poche.js"></script> \ No newline at end of file 5 <script type="text/javascript" src="js/poche.js"></script> \ No newline at end of file