mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-10 13:15:07 +00:00
Add a loop foreach language title.
This commit is contained in:
@@ -118,6 +118,11 @@
|
||||
unset($sql);
|
||||
}
|
||||
}
|
||||
|
||||
//set the variables
|
||||
foreach ($menu["title"] as $key => $value) {
|
||||
echo $key ." ".$value."\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user