Browse Source

Add a loop foreach language title.

Mark Crane 13 years ago
parent
commit
815b5feb49
1 changed files with 5 additions and 0 deletions
  1. 5 0
      includes/classes/menu.php

+ 5 - 0
includes/classes/menu.php

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