diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/virtual/roundcube/main.inc.php.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/virtual/roundcube/main.inc.php.erb b/templates/virtual/roundcube/main.inc.php.erb index 6aaf5cb..ab32935 100644 --- a/templates/virtual/roundcube/main.inc.php.erb +++ b/templates/virtual/roundcube/main.inc.php.erb @@ -483,7 +483,7 @@ $rcmail_config['upload_progress'] = false; // Setting it to 0, disables the feature. $rcmail_config['undo_timeout'] = 0; -<% if roundcube_login_info != false %> +<% if @roundcube_login_info != false %> // Login_info plugin $rcmail_config['login_info'] = <<<EOT <div id="login_info" style="margin-top:3%;margin-left:auto;margin-right:auto;;width:380px;border-radius:10px;padding:10px;-moz-border-radius:10px;background-color:lightgrey;text-align:center;color:red;"> |