Add a loop foreach language title.

This commit is contained in:
Mark Crane
2012-10-11 14:22:01 +00:00
parent 981ff15c6c
commit 3285751902

View File

@@ -118,6 +118,11 @@
unset($sql);
}
}
//set the variables
foreach ($menu["title"] as $key => $value) {
echo $key ." ".$value."\n";
}
}
}