1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 04:32:01 +02:00

Display all page templates in admin.

This commit is contained in:
Cameron 2013-05-29 17:45:11 -07:00
parent ee9758018a
commit dad6386460

View File

@ -472,7 +472,7 @@ class page_admin_ui extends e_admin_ui
$this->templates = e107::getLayouts('', 'page', 'front', '', false, false);
$this->templates = e107::getLayouts('', 'page', 'front', '', true, false);
unset($this->templates['panel'], $this->templates['nav']);
$this->fields['page_template']['writeParms'] = $this->templates;