Added language file inclusion to dashboard (variables have been defined in admin)

skala
Yannick Warnier 16 years ago
parent 4a2391177f
commit 7652206b47
  1. 4
      main/dashboard/index.php

@ -8,7 +8,7 @@
*/
// name of the language file that needs to be included
$language_file = array ('registration', 'index', 'tracking', 'userInfo');
$language_file = array ('registration', 'index', 'tracking', 'userInfo', 'admin');
// including files
require_once '../inc/global.inc.php';
@ -61,4 +61,4 @@ switch ($action) {
$dashboard_controller->display();
}
?>
?>

Loading…
Cancel
Save