1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Admin links changes.

This commit is contained in:
Cameron 2013-03-22 15:10:27 -07:00
parent e712e1b9e1
commit d123e8203b

View File

@ -522,7 +522,7 @@ $admin_cat['sort'][20] = false;
*/
$admin_cat = e107::getNav()->adminCats(); // see e107_handlers/sitelinks.php
//XXX $admin_cat = e107::getNav()->adminCats(); // see e107_handlers/sitelinks.php
@ -600,10 +600,10 @@ $array_functions = array(
);
*/
/*
$array_functions = e107::getNav()->adminLinks('legacy'); // replacement see e107_handlers/sitelinks.php
// SecretR - BC only, obsolete meta title auto detection
//XXX Moved to boot.php
if(!defset('e_ADMIN_UI') && !defset('e_PAGETITLE'))
{
foreach($array_functions as $val)
@ -615,3 +615,4 @@ if(!defset('e_ADMIN_UI') && !defset('e_PAGETITLE'))
}
}
}
*/