diff options
-rw-r--r-- | en/migrate/index.php | 41 |
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> |