Merge branch 'master' into 'stable-3.1'
layout-fix for company name
See merge request !319
| | |
| | | $app->tpl->setVar('base64_logo_txt', $base64_logo_txt); |
| | | |
| | | // Title |
| | | if (!empty($sys_config['company_name'])) { |
| | | $app->tpl->setVar('company_name', $sys_config['company_name']. ' :: '); |
| | | } |
| | | |
| | | $app->tpl_defaults(); |
| | | $app->tpl->pparse(); |
| | |
| | | $app->tpl->setVar('base64_logo_txt', $base64_logo_txt); |
| | | |
| | | // Title |
| | | if (!empty($sys_config['company_name'])) { |
| | | $app->tpl->setVar('company_name', $sys_config['company_name']. ' :: '); |
| | | } |
| | | |
| | | // Custom Login |
| | | if ($sys_config['custom_login_text'] != '') { |