diff options
Diffstat (limited to 'en/about/index.php')
-rw-r--r-- | en/about/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/about/index.php b/en/about/index.php index 87d969784..b922efe2b 100644 --- a/en/about/index.php +++ b/en/about/index.php @@ -13,8 +13,8 @@ $dictionary = read_translation_file($locale, array('about', 'common_footer')); <meta name="description" content="<?php _g('Mageia is a Free Software, community-led project. Learn more about it.')?>"> <meta name="keywords" content="<?php _g('mageia, mageia.org, about, mission, contacts, governance, values, timeline')?>"> <meta name="author" content="Mageia"> - <link rel="stylesheet" type="text/css" href="/g/style/all.css"> <?php include '../../analytics.php'; ?> + <?php echo common_header(); ?> <style> #abtlg { display: block; @@ -22,7 +22,7 @@ $dictionary = read_translation_file($locale, array('about', 'common_footer')); width: 500px; } </style> - <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css"> + <?php echo common_header(); ?> </head> <body class="about"> <?php echo $hsnav; ?> |