mcramer
2011-04-27 d4c760c19560c720d0df2297f573441de4660140
interface/web/mail/mail_user_list.php
@@ -31,6 +31,12 @@
      } else {
         $app->tpl->setVar('mailboxlist_webmail_link',0);
      }
    if($global_config["enable_custom_login"] == "y") {
        $app->tpl->setVar("enable_custom_login", 1);
    } else {
        $app->tpl->setVar("enable_custom_login", 0);
    }
      
      parent::onShow();
   }