diff options
| author | Horus3 | 2014-09-23 20:16:17 +0200 |
|---|---|---|
| committer | Horus3 | 2014-09-23 20:16:17 +0200 |
| commit | 790524e3dee3ddcf5a8250adc8b38853d0014c9f (patch) | |
| tree | 2965207a742727b3a10eb0b32dbca5c61b9ef372 /bootstrap/static/footer.php | |
| parent | 3c94eb3f608f9bf0dc8d19583abe273b3a67e5ff (diff) | |
| download | jungegemeinde-790524e3dee3ddcf5a8250adc8b38853d0014c9f.tar.gz | |
rebuild with bootstrap
Diffstat (limited to 'bootstrap/static/footer.php')
| -rwxr-xr-x | bootstrap/static/footer.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bootstrap/static/footer.php b/bootstrap/static/footer.php new file mode 100755 index 0000000..4a14ac7 --- /dev/null +++ b/bootstrap/static/footer.php @@ -0,0 +1,12 @@ + <div class="footer text-right"> + <div class="container"> + <p> Copyright 2014 <a id="copyright-text" href="//www.moehm.org/" target="_blank">Maximilian Möhring</a></p> + </div> + </div> + <script src="//code.jquery.com/jquery-1.10.1.min.js" defer></script> + <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js" defer></script> + <?php //<script src='/boring.js' defer></script> ?> + <?php //include("piwik.html"); ?> + </body> +</html> + |
