aboutsummaryrefslogtreecommitdiffstats
path: root/nl/contribute/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'nl/contribute/index.php')
-rw-r--r--nl/contribute/index.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/nl/contribute/index.php b/nl/contribute/index.php
deleted file mode 100644
index e373e4bf3..000000000
--- a/nl/contribute/index.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?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>