1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 09:10:23 +02:00

Navigation template work and bootstrap front-end navigation work. v2 templates moved to e107_core/templates

This commit is contained in:
Cameron
2012-12-11 19:42:55 -08:00
parent e623bc8d64
commit 033b6cddec
11 changed files with 103 additions and 56 deletions

View File

@@ -156,7 +156,8 @@ class links_admin_ui extends e_admin_ui
$ui = $this->getUI();
$found = false;
foreach ($selected as $k => $id)
{var_dump($ui->_has_parent($value, $id, $this->getLinkArray()));
{
// var_dump($ui->_has_parent($value, $id, $this->getLinkArray()));
if($ui->_has_parent($value, $id, $this->getLinkArray()))
{
unset($selected[$k]);