mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 18:32:44 +02:00
More bootstrap theme work and start of pageNavigation function for sitelinks.
This commit is contained in:
@@ -1442,10 +1442,10 @@ class e_navigation
|
||||
/**
|
||||
* Compile Array Structure
|
||||
*/
|
||||
protected function compile(&$inArray, &$outArray, $pid = 0)
|
||||
public function compile(&$inArray, &$outArray, $pid = 0)
|
||||
{
|
||||
if(!is_array($inArray) || !is_array($outArray)){ return; }
|
||||
|
||||
|
||||
foreach($inArray as $key => $val)
|
||||
{
|
||||
if($val['link_parent'] == $pid)
|
||||
|
Reference in New Issue
Block a user