diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-05-24 14:13:13 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-05-24 14:13:13 +0000 |
commit | 638cf9a3e7d199703590b75e243f6dc2536ef67b (patch) | |
tree | be743080985a612d7571829454f3e04b040c0d4d /en/migrate/index.php | |
parent | eebd0bc92f776ec3c237bb659c100f2c731026f2 (diff) | |
download | www-638cf9a3e7d199703590b75e243f6dc2536ef67b.tar www-638cf9a3e7d199703590b75e243f6dc2536ef67b.tar.gz www-638cf9a3e7d199703590b75e243f6dc2536ef67b.tar.bz2 www-638cf9a3e7d199703590b75e243f6dc2536ef67b.tar.xz www-638cf9a3e7d199703590b75e243f6dc2536ef67b.zip |
new migrate page (still blank) for mgaupdate info
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> |