MINOR: allow $icon to be overridden on ErrorPages. PATCH via martljn (#5875).

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@108640 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Will Rossiter 2010-07-28 09:02:28 +00:00 committed by Sam Minnee
parent c738b4137b
commit de5462c9ef

View File

@ -22,6 +22,8 @@ class ErrorPage extends Page {
"ShowInSearch" => 0
);
static $icon = array("sapphire/javascript/tree/images/page", "file");
protected static $static_filepath = ASSETS_PATH;
/**