tbrehm
2010-07-13 e4aa2075422eafa0cd1d447c74122b042909f7d3
interface/web/dashboard/dashlets/limits.php
@@ -106,8 +106,9 @@
      $tpl = new tpl;
      $tpl->newTemplate("dashlets/templates/limits.htm");
      
      $wb = array();
      $lng_file = 'lib/lang/'.$_SESSION['s']['language'].'_dashlet_limits.lng';
      include($lng_file);
      if(is_file($lng_file)) include($lng_file);
      $tpl->setVar($wb);
      
      if($app->auth->is_admin()) {