diff options
Diffstat (limited to 'en')
-rw-r--r-- | en/contribute/index.php | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/en/contribute/index.php b/en/contribute/index.php index e373e4bf3..cca8f6adc 100644 --- a/en/contribute/index.php +++ b/en/contribute/index.php @@ -1,19 +1,3 @@ +<?xml version="1.0" encoding="utf-8"?> <?php require '../../contribute/contribute.php'; ?> -<!DOCTYPE html> -<html lang="<?php echo $locale; ?>"> -<head> - <meta charset="utf-8" /> - <title><?php echo $_t['page_title']; ?></title> - <meta name="description" content="<?php echo $_t['page_desc']; ?>" /> - <meta name="keywords" content="<?php echo $_t['page_kw']; ?>" /> - <meta name="author" content="Mageia" /> - <link rel="stylesheet" type="text/css" href="/g/style/all.css" > - <?php # include '../../analytics.php'; ?> -</head> -<body> - <?php include '../../langs.php'; ?> - - <?php include '../../contribute/contribute_contents.php'; ?> -</body> -</html> |