minor fix
parent
c58c152b12
commit
ca43eb9c84
|
|
@ -6,14 +6,14 @@ class PageType {
|
|||
public const CONTENT = 'content';
|
||||
public const PUBLICATIONS = 'publications';
|
||||
public const REGISTRY = 'registry';
|
||||
public const TK_STRUCTURE = 'tk-structure';
|
||||
//public const TK_STRUCTURE = 'tk-structure';
|
||||
public const NAV_PAGE = 'nav-page';
|
||||
|
||||
public const TITLES = [
|
||||
self::CONTENT => 'Контентная страница',
|
||||
self::PUBLICATIONS => 'Страница публикаций',
|
||||
self::REGISTRY => 'Страница реестра',
|
||||
self::TK_STRUCTURE => 'Структура ТК',
|
||||
//self::TK_STRUCTURE => 'Структура ТК',
|
||||
self::NAV_PAGE => 'Страница навигации (без контента)'
|
||||
];
|
||||
}
|
||||
Loading…
Reference in New Issue