File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 109109$ app ->tpl ->setVar ('base64_logo_txt ' , $ base64_logo_txt );
110110
111111// Title
112- $ app ->tpl ->setVar ('company_name ' , $ sys_config ['company_name ' ]. ' :: ' );
112+ if (!empty ($ sys_config ['company_name ' ])) {
113+ $ app ->tpl ->setVar ('company_name ' , $ sys_config ['company_name ' ]. ' :: ' );
114+ }
113115
114116$ app ->tpl_defaults ();
115117$ app ->tpl ->pparse ();
Original file line number Diff line number Diff line change 341341$ app ->tpl ->setVar ('base64_logo_txt ' , $ base64_logo_txt );
342342
343343// Title
344- $ app ->tpl ->setVar ('company_name ' , $ sys_config ['company_name ' ]. ' :: ' );
344+ if (!empty ($ sys_config ['company_name ' ])) {
345+ $ app ->tpl ->setVar ('company_name ' , $ sys_config ['company_name ' ]. ' :: ' );
346+ }
345347
346348// Custom Login
347349if ($ sys_config ['custom_login_text ' ] != '' ) {
You can’t perform that action at this time.
0 commit comments