Add a loop foreach language title.
This commit is contained in:
parent
981ff15c6c
commit
3285751902
|
|
@ -118,6 +118,11 @@
|
|||
unset($sql);
|
||||
}
|
||||
}
|
||||
|
||||
//set the variables
|
||||
foreach ($menu["title"] as $key => $value) {
|
||||
echo $key ." ".$value."\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue