mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
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:
parent
3ff0fc139f
commit
67918d0873
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user