MINOR: code formatting improvements

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@74740 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Will Rossiter 2009-04-20 02:54:44 +00:00 committed by Sam Minnee
parent 3ff0fc139f
commit 67918d0873

View File

@ -1,11 +1,14 @@
<?php <?php
/** /**
* A redirector page redirects when the page is visited. * A redirector page redirects when the page is visited.
*
* @package cms * @package cms
* @subpackage content * @subpackage content
*/ */
class RedirectorPage extends Page { class RedirectorPage extends Page {
static $add_action = "Redirector to another page"; static $add_action = "Redirector to another page";
static $icon = array("cms/images/treeicons/page-shortcut","file"); static $icon = array("cms/images/treeicons/page-shortcut","file");
static $db = array( static $db = array(