diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-06-30 14:45:35 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-06-30 14:45:35 +0000 |
commit | 67f5702dbdfcabf737d4f06ac9479f7ec18b7860 (patch) | |
tree | 5ff6c718ef4dbc657c7318f5b67f1d669bb43d93 /skins | |
parent | 26302d6368b3005657f01d62b7dcdad974f4fb12 (diff) | |
download | mediawiki-67f5702dbdfcabf737d4f06ac9479f7ec18b7860.tar mediawiki-67f5702dbdfcabf737d4f06ac9479f7ec18b7860.tar.gz mediawiki-67f5702dbdfcabf737d4f06ac9479f7ec18b7860.tar.bz2 mediawiki-67f5702dbdfcabf737d4f06ac9479f7ec18b7860.tar.xz mediawiki-67f5702dbdfcabf737d4f06ac9479f7ec18b7860.zip |
new header and nav
Diffstat (limited to 'skins')
-rw-r--r-- | skins/Vector.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/skins/Vector.php b/skins/Vector.php index 7c07e88..0a7c74a 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -448,6 +448,18 @@ class VectorTemplate extends QuickTemplate { // Output HTML Page $this->html( 'headelement' ); ?> + <style> + #mga-body { + position: absolute; + top: 128px; + left: 0; + width: 100%; + } + </style> + <header id="mgnavt"> + <h1><a href="/en/">Wiki</a> » <?php $this->text('title')?></h1> + </header> + <div id="mga-body"> <div id="mw-page-base" class="noprint"></div> <div id="mw-head-base" class="noprint"></div> <!-- content --> @@ -557,6 +569,7 @@ class VectorTemplate extends QuickTemplate { <?php if ( $this->data['debug'] ): ?> <!-- Debug output: <?php $this->text( 'debug' ); ?> --> <?php endif; ?> + </div> <script src="//nav.mageia.org/js/"></script> </body> </html> |