예제 #1
0
파일: Nav.php 프로젝트: vishnu35/Granthalay
 function _reparent()
 {
     global $_Nav_unparented;
     $nodes = $_Nav_unparented;
     $_Nav_unparented = array();
     foreach ($nodes as $n) {
         Nav::_node($n['path'], $n['title'], $n['url']);
     }
 }