summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-12-10 17:07:55 +0000
committerNicolas Vigier <boklm@mageia.org>2012-12-10 17:07:55 +0000
commitb739de6880fc65e6a9a184be81acda71f9b91c9a (patch)
tree045c3af41437cdbea1f656ef6c6307a17d7ceef2 /themes
parentfb200fb82ec10150a0bfaf215bd007b744a59798 (diff)
downloadpkgsubmit-b739de6880fc65e6a9a184be81acda71f9b91c9a.tar
pkgsubmit-b739de6880fc65e6a9a184be81acda71f9b91c9a.tar.gz
pkgsubmit-b739de6880fc65e6a9a184be81acda71f9b91c9a.tar.bz2
pkgsubmit-b739de6880fc65e6a9a184be81acda71f9b91c9a.tar.xz
pkgsubmit-b739de6880fc65e6a9a184be81acda71f9b91c9a.zip
Create themes/mageia/page_footer.php
Diffstat (limited to 'themes')
-rw-r--r--themes/mageia/page_footer.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/mageia/page_footer.php b/themes/mageia/page_footer.php
new file mode 100644
index 0000000..64f6a5b
--- /dev/null
+++ b/themes/mageia/page_footer.php
@@ -0,0 +1,10 @@
+ <script src="//nav.mageia.org/js/"></script>
+ <div class="clear"></div>
+ <hr />
+ <footer>
+ <p>Generated at <?php echo $date_gen; ?>.
+ Code for this page is in <a rel="nofollow" href="http://svnweb.mageia.org/soft/build_system/web/">http://svnweb.mageia.org/soft/build_system/web/</a>.</p>
+ </footer>
+ </article>
+</body>
+</html>