aboutsummaryrefslogtreecommitdiffstats
path: root/pt
diff options
context:
space:
mode:
authorOliver Burger <obgr_seneca@mageia.org>2011-05-23 20:22:47 +0000
committerOliver Burger <obgr_seneca@mageia.org>2011-05-23 20:22:47 +0000
commitd37293502966bb8fc9f98b32de5a6e60569fe5e7 (patch)
tree7c314412df63a80b44b23b0959f9e6ac59596bb0 /pt
parentd52660491d583cd84ffa387090f5d17ce0b523da (diff)
downloadwww-d37293502966bb8fc9f98b32de5a6e60569fe5e7.tar
www-d37293502966bb8fc9f98b32de5a6e60569fe5e7.tar.gz
www-d37293502966bb8fc9f98b32de5a6e60569fe5e7.tar.bz2
www-d37293502966bb8fc9f98b32de5a6e60569fe5e7.tar.xz
www-d37293502966bb8fc9f98b32de5a6e60569fe5e7.zip
merged php files in contribute, removed LOCALE/contribute dirs for replacing by symlinks to en
Diffstat (limited to 'pt')
-rw-r--r--pt/contribute/index.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/pt/contribute/index.php b/pt/contribute/index.php
deleted file mode 100644
index e373e4bf3..000000000
--- a/pt/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>