diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-05 09:52:42 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-05 09:52:42 +0200 |
commit | a5fa26a9aa722272e293eb5f0d750f76da1bdf42 (patch) | |
tree | 154744de7e2a02a1019465b01a1b8313d8bdf5d0 /en/timeline | |
parent | 47d6171b94ad6ba36386869633540f2c8f2d06fe (diff) | |
download | www-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.tar www-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.tar.gz www-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.tar.bz2 www-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.tar.xz www-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.zip |
replace custom .css with common header, basic bootstrap adaptation
Diffstat (limited to 'en/timeline')
-rw-r--r-- | en/timeline/index.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/en/timeline/index.php b/en/timeline/index.php index 213158317..d1cdd250c 100644 --- a/en/timeline/index.php +++ b/en/timeline/index.php @@ -81,8 +81,7 @@ $events = array( <head> <meta charset="utf-8"> <title><?php _g('Mageia Timeline')?></title> - <link rel="stylesheet" href="/g/style/all.css"> - <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css"> + <?php echo common_header(); ?> <style> .para {padding-top: 2em;} hr { margin-top: 2em; } |