mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 14:13:03 +02:00
admin UI: templates & layouts field types added, bugfixes and improvements; Featurebox plugin administration ready, front-end in progress
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
* Custom Menus/Pages Administration
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/cpage.php,v $
|
||||
* $Revision: 1.30 $
|
||||
* $Date: 2009-11-26 09:02:29 $
|
||||
* $Author: e107coders $
|
||||
* $Revision: 1.31 $
|
||||
* $Date: 2009-11-28 15:34:45 $
|
||||
* $Author: secretr $
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -307,7 +307,7 @@ class page
|
||||
}
|
||||
else
|
||||
{
|
||||
$templates = e107::getTemplateList('page');
|
||||
$templates = e107::getLayouts('page');
|
||||
|
||||
$text .= "
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user