diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-15 09:38:41 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-15 09:38:41 +0200 |
commit | 8046748b424f95a92ab599ecc973f57eb05246ce (patch) | |
tree | e3a2a66569337662a58cf8eba71125f7154c799a /tpl/footer.html | |
parent | 3e188a7c8de484a57c05126072f76860c7746b39 (diff) | |
download | wallabag-8046748b424f95a92ab599ecc973f57eb05246ce.tar.gz wallabag-8046748b424f95a92ab599ecc973f57eb05246ce.tar.zst wallabag-8046748b424f95a92ab599ecc973f57eb05246ce.zip |
découpage des vues dans plusieurs fichiers tpl
Diffstat (limited to 'tpl/footer.html')
-rwxr-xr-x | tpl/footer.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tpl/footer.html b/tpl/footer.html index 3328a8a4..d225acbe 100755 --- a/tpl/footer.html +++ b/tpl/footer.html | |||
@@ -1,5 +1,3 @@ | |||
1 | <footer class="mr2 mt3 smaller"> | 1 | <footer class="mr2 mt3 smaller"> |
2 | <p>powered by <a href="http://inthepoche.com">poche</a><br />follow us on <a href="https://twitter.com/getpoche" title="follow us on twitter">twitter</a></p> | 2 | <p>powered by <a href="http://inthepoche.com">poche</a><br />follow us on <a href="https://twitter.com/getpoche" title="follow us on twitter">twitter</a></p> |
3 | </footer> | 3 | </footer> \ No newline at end of file |
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 | ||