mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 14:13:03 +02:00
Fixes - sitelinks, mysql, custompages
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
* Custom Menus/Pages Administration
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/cpage.php,v $
|
||||
* $Revision: 1.29 $
|
||||
* $Date: 2009-11-25 11:54:53 $
|
||||
* $Revision: 1.30 $
|
||||
* $Date: 2009-11-26 09:02:29 $
|
||||
* $Author: e107coders $
|
||||
*
|
||||
*/
|
||||
@@ -307,13 +307,8 @@ class page
|
||||
}
|
||||
else
|
||||
{
|
||||
$templates = array();
|
||||
$tmp = e107::getTemplate('page', 'page');
|
||||
foreach($tmp as $key=>$val)
|
||||
{
|
||||
$templates[$key] = $key; //TODO add LANS?
|
||||
}
|
||||
|
||||
$templates = e107::getTemplateList('page');
|
||||
|
||||
$text .= "
|
||||
<tr>
|
||||
<td>Template</td>
|
||||
|
Reference in New Issue
Block a user