summaryrefslogtreecommitdiffstats
path: root/index.php
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 /index.php
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 'index.php')
-rw-r--r--index.php13
1 files changed, 3 insertions, 10 deletions
diff --git a/index.php b/index.php
index 8f92329..1df967f 100644
--- a/index.php
+++ b/index.php
@@ -328,13 +328,6 @@ else
</ul>
<script src="js/jquery.js"></script>
<script src="js/pkgsubmit.js"></script>
- <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>
+<?php
+require __DIR__ . '/themes/mageia/page_footer.php';
+?>