aboutsummaryrefslogtreecommitdiffstats
path: root/en
diff options
context:
space:
mode:
authorFilip Komar <filip@mageia.org>2012-07-30 11:55:39 +0000
committerFilip Komar <filip@mageia.org>2012-07-30 11:55:39 +0000
commit1dca14f7d0375f22dd79e400c5e6ea551ed14fa7 (patch)
treed02138a0c594b0a8acdbd16a1047a4b11774e14b /en
parentc6e3d1f396c8a645277da0357ac46f5ebc93d0d9 (diff)
downloadwww-1dca14f7d0375f22dd79e400c5e6ea551ed14fa7.tar
www-1dca14f7d0375f22dd79e400c5e6ea551ed14fa7.tar.gz
www-1dca14f7d0375f22dd79e400c5e6ea551ed14fa7.tar.bz2
www-1dca14f7d0375f22dd79e400c5e6ea551ed14fa7.tar.xz
www-1dca14f7d0375f22dd79e400c5e6ea551ed14fa7.zip
cleaning empty or obsolete directories: /*/faq, /en/migrate, /en/for and fr/thanks
Diffstat (limited to 'en')
-rw-r--r--en/migrate/index.php41
1 files changed, 0 insertions, 41 deletions
diff --git a/en/migrate/index.php b/en/migrate/index.php
deleted file mode 100644
index adead06a9..000000000
--- a/en/migrate/index.php
+++ /dev/null
@@ -1,41 +0,0 @@
-<?php
-$_t = array(
- 'page_title' => 'Migrate',
- 'page_desc' => '',
- 'page_kw' => '',
- 'page_h1' => 'Migrate'
-);
-
-
-?><!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'; ?>
-
- <div id="doc" class="yui-t7">
- <div id="hd" role="banner"><h1><a id="logo" href="/"><span>Mageia</span></a> <span class="lsep">|</span> <span class="subh"><?php echo $_t['page_h1']; ?></span></h1></div>
- <div id="bd" role="main">
- <div class="yui-g"><div class="para">
-
- </div></div>
- <div class="yui-g">
- <div class="yui-u first"><div class="para" style="padding-right: 0;">
-
- </div></div>
- <div class="yui-u"><div class="para">
-
- </div></div>
- </div>
- </div>
- </div>
-</body>
-</html>