summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
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';
+?>