1
0
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:
Cameron
2012-12-17 04:21:16 -08:00
parent 0d37da0efc
commit 04e9157961
3 changed files with 33 additions and 21 deletions

View File

@@ -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)