diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-09-10 14:59:15 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-09-10 14:59:15 +0000 |
commit | 4515ec1070d6e7842658c61a70997f08f78b18b4 (patch) | |
tree | e4e0afa6462067ad65601a322ebe8fa70f8a9093 /test_index.php | |
parent | 1d9cc10404385456572b0d242cff15f4285aef4f (diff) | |
download | pkgsubmit-4515ec1070d6e7842658c61a70997f08f78b18b4.tar pkgsubmit-4515ec1070d6e7842658c61a70997f08f78b18b4.tar.gz pkgsubmit-4515ec1070d6e7842658c61a70997f08f78b18b4.tar.bz2 pkgsubmit-4515ec1070d6e7842658c61a70997f08f78b18b4.tar.xz pkgsubmit-4515ec1070d6e7842658c61a70997f08f78b18b4.zip |
add nav.m.o global header
Diffstat (limited to 'test_index.php')
-rw-r--r-- | test_index.php | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/test_index.php b/test_index.php index b3304c3..a4a36fb 100644 --- a/test_index.php +++ b/test_index.php @@ -76,12 +76,15 @@ publish_stats_headers( <title><?php echo strip_tags($title); ?></title> <meta name="robots" content="<?php echo $robots; ?>"> <link rel="home" href="<?php echo $g_root_url; ?>"> + <link rel="author" href="http://www.mageia.org/"> <link rel="icon" type="image/png" href="favicon.png"> <link rel="stylesheet" href="style.css"> </head> -<body> - <h1><?php echo $title ?></h1> - +<body class="contribute"> + <header id="mgnavt"> + <h1><?php echo $title ?></h1> + </header> + <article> <?php $bannerfile = dirname(__FILE__) . '/banner.html'; @@ -315,9 +318,11 @@ 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 /> <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> + </article> </body> </html> |