diff options
Diffstat (limited to 'de')
-rw-r--r-- | de/contribute/index.php | 19 | ||||
-rw-r--r-- | de/index.php | 2 |
2 files changed, 1 insertions, 20 deletions
diff --git a/de/contribute/index.php b/de/contribute/index.php deleted file mode 100644 index e373e4bf3..000000000 --- a/de/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> diff --git a/de/index.php b/de/index.php index 0eff9020a..0bd275ba2 100644 --- a/de/index.php +++ b/de/index.php @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<!-- <?xml version="1.0" encoding="utf-8"?> --> <!DOCTYPE html> <html dir="ltr" lang="de"> <head> |