aboutsummaryrefslogtreecommitdiffstats
path: root/ur/legal
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2013-03-10 22:37:04 +0000
committerRomain d'Alverny <rda@mageia.org>2013-03-10 22:37:04 +0000
commit545d7db2e0a38cb5444bc8bddeaa1543f22eab06 (patch)
treec441a94496ade4aea138aeaa68bbfea24a99a7d3 /ur/legal
parent86f11ca07b01cbda36e7a941eda8c9415f5dc623 (diff)
downloadwww-545d7db2e0a38cb5444bc8bddeaa1543f22eab06.tar
www-545d7db2e0a38cb5444bc8bddeaa1543f22eab06.tar.gz
www-545d7db2e0a38cb5444bc8bddeaa1543f22eab06.tar.bz2
www-545d7db2e0a38cb5444bc8bddeaa1543f22eab06.tar.xz
www-545d7db2e0a38cb5444bc8bddeaa1543f22eab06.zip
removing urdu tree
Diffstat (limited to 'ur/legal')
-rw-r--r--ur/legal/index.php33
-rw-r--r--ur/legal/locales.php11
2 files changed, 0 insertions, 44 deletions
diff --git a/ur/legal/index.php b/ur/legal/index.php
deleted file mode 100644
index 2f098a707..000000000
--- a/ur/legal/index.php
+++ /dev/null
@@ -1,33 +0,0 @@
-<?php
-
-define('HLANG', true);
-require '../../langs.php';
-require 'locales.php';
-
-$_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
-
-?>
-<!DOCTYPE html>
-<html lang="<?php echo $locale; ?>">
-<head>
- <meta charset="utf-8">
- <title><?php echo $_t['page_title']; ?></title>
- <meta name="robots" content="noindex,nofollow,nosnippet">
- <meta name="description" content="<?php _e('page_desc')?>">
- <meta name="keywords" content="<?php _e('page_kw')?>">
- <meta name="author" content="Mageia">
- <link rel="stylesheet" type="text/css" href="/g/style/all.css">
- <?php include '../../analytics.php'; ?>
-</head>
-<body class="about legal">
- <?php echo $hsnav; ?>
- <h1 id="mgnavt"><?php _e('page_h1')?></h1>
- <div id="doc" class="yui-t7">
- <div id="bd" role="main">
- <div class="yui-g"><div class="para">
- <p>To be done.</p>
- </div></div>
- </div>
- </div>
-</body>
-</html>
diff --git a/ur/legal/locales.php b/ur/legal/locales.php
deleted file mode 100644
index b03c08089..000000000
--- a/ur/legal/locales.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-$_t = array(
- 'en' => array(
- 'page_h1' => 'Legal notices',
- ),
- 'fr' => array(
- 'page_h1' => 'Mentions légales',
-
- )
-); \ No newline at end of file