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/about/license/index.php | |
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/about/license/index.php')
-rw-r--r-- | en/about/license/index.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/en/about/license/index.php b/en/about/license/index.php index 9047ebddf..a42946ee4 100644 --- a/en/about/license/index.php +++ b/en/about/license/index.php @@ -14,14 +14,13 @@ $prepared_license_strings = read_license_from_vcs($locale); <html lang="<?php echo $locale; ?>"> <head> <meta charset="utf-8"> + <?php include '../../../analytics.php'; ?> + <?php echo common_header(); ?> <title><?php _g('Mageia license')?></title> - <link rel="stylesheet" href="/g/style/all.css"> - <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css"> <style> .para { text-align: left; float: left; display: block; } hr { margin-top: 2em; } </style> - <?php include '../../../analytics.php'; ?> </head> <body class="about"> <?php echo $hsnav; ?> |