OSDN Git Service

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk/utf8@906...
[nucleus-jp/nucleus-jp-ancient.git] / createaccount.php
index 78bbbc1..9976428 100644 (file)
@@ -1,4 +1,23 @@
-<?php
+<?php\r
+/*\r
+ * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)\r
+ * Copyright (C) 2002-2009 The Nucleus Group\r
+ *\r
+ * This program is free software; you can redistribute it and/or\r
+ * modify it under the terms of the GNU General Public License\r
+ * as published by the Free Software Foundation; either version 2\r
+ * of the License, or (at your option) any later version.\r
+ * (see nucleus/documentation/index.html#license for more info)\r
+ */\r
+\r
+/**\r
+ * Create account form\r
+ *\r
+ * @license http://nucleuscms.org/license.txt GNU General Public License\r
+ * @copyright Copyright (C) 2002-2009 The Nucleus Group\r
+ * @version $Id$\r
+ */\r
+
        require "./config.php";
        include $DIR_LIBS."ACTION.php";
        
@@ -13,7 +32,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja-JP" lang="ja-JP">
 <head>
        <meta http-equiv="Content-Type" content="text/html; charset=<?php echo _CHARSET; ?>" />
-       <title>Create Member Account</title>
+       <title><?php echo CREATE_ACCOUNT_TITLE ?></title>
        <style type="text/css">@import url(nucleus/styles/manual.css);</style>
 </head>
 <body>