Fixed "add page" type icons (fixes #8190)

This commit is contained in:
Ingo Schommer 2013-01-17 19:59:54 +01:00
parent 93bee9422a
commit 8a9acaa5ba
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class CMSPageAddController extends CMSPageEditController {
$pageTypes = array();
foreach($this->PageTypes() as $type) {
$html = sprintf('<span class="page-icon class-%s"></span><strong class="title">%s</strong><span class="description">%s</span>',
$type->getField('Title'),
$type->getField('ClassName'),
$type->getField('AddAction'),
$type->getField('Description')
);