aboutsummaryrefslogtreecommitdiffstats
path: root/test/center.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/center.php')
-rw-r--r--test/center.php28
1 files changed, 0 insertions, 28 deletions
diff --git a/test/center.php b/test/center.php
deleted file mode 100644
index 846ca2b64..000000000
--- a/test/center.php
+++ /dev/null
@@ -1,28 +0,0 @@
-<?php
-define('HLANG', true);
-define('ALIGNMENT', 'Center');
-require '../langs.php';
-?><!DOCTYPE html>
-<html lang="<?php echo $locale; ?>" dir="ltr">
-<head>
- <meta charset="utf-8">
- <title><?php _g('Center Alignment')?></title>
- <meta name="description" content="<?php _g('Center Alignment test')?>">
- <link rel="stylesheet" href="/g/style/all.css" type="text/css">
- <?php include '../analytics.php'; ?>
-</head>
-<body class="doc">
- <?php echo $hsnav; ?>
- <h1 id="mgnavt"><?php _g('Center Alignment')?></h1>
- <div id="doc" class="yui-t7">
- <div id="bd" role="main">
- <div class="yui-g">
- <div class="para donate" style="padding-top: 2em;">
- <h2><?php _g('Center Alignment page')?></h2>
- <p><?php _g('Center Alignment, Center Alignment, Center Alignment...')?></p>
- </div>
- </div>
- </div>
- </div>
-</body>
-</html>