mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Admin links changes.
This commit is contained in:
@@ -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
|
$array_functions = e107::getNav()->adminLinks('legacy'); // replacement see e107_handlers/sitelinks.php
|
||||||
|
|
||||||
|
|
||||||
// SecretR - BC only, obsolete meta title auto detection
|
// SecretR - BC only, obsolete meta title auto detection
|
||||||
|
//XXX Moved to boot.php
|
||||||
if(!defset('e_ADMIN_UI') && !defset('e_PAGETITLE'))
|
if(!defset('e_ADMIN_UI') && !defset('e_PAGETITLE'))
|
||||||
{
|
{
|
||||||
foreach($array_functions as $val)
|
foreach($array_functions as $val)
|
||||||
@@ -615,3 +615,4 @@ if(!defset('e_ADMIN_UI') && !defset('e_PAGETITLE'))
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
Reference in New Issue
Block a user