r1239: Changes to allow for RTL in the admin panel
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 11 Oct 2006 02:33:51 +0000 (02:33 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 11 Oct 2006 02:33:51 +0000 (02:33 +0000)
admin/global.php

index c232b08f07869709fcf638067e4e162ee4fda8f3..97c066d44345fa723b7d260e8e123fd28190dbd3 100755 (executable)
@@ -43,6 +43,7 @@ require_once('./includes/class_admin_navigation.php');
 
 $bugsys->load('printer', 'admin', true);
 $admin->set('realm', _('Administration'));
+$admin->setLanguageInformation($language);
 $admin->css_link('../framework/printer.css.php');
 
 // ###################################################################