diff options
Diffstat (limited to 'en/migrate/index.php')
-rw-r--r-- | en/migrate/index.php | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/en/migrate/index.php b/en/migrate/index.php new file mode 100644 index 000000000..adead06a9 --- /dev/null +++ b/en/migrate/index.php @@ -0,0 +1,41 @@ +<?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> |