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 101101$ app ->tpl ->setVar ('base64_logo_height ' , $ logo_dimensions [1 ].'px ' );
102102$ app ->tpl ->setVar ('base64_logo_txt ' , $ base64_logo_txt );
103103
104+ // Title
105+ $ server_config = $ app ->getconf ->get_server_config (1 , 'server ' );
106+ $ app ->tpl ->setVar ('server_name ' , $ server_config ['hostname ' ]);
107+
104108$ app ->tpl_defaults ();
105109$ app ->tpl ->pparse ();
106110?>
Original file line number Diff line number Diff line change 33< head >
44 < meta charset ='utf-8 ' />
55
6- < title > < tmpl _var name ="app_title "> < tmpl _var name ="app_version "> </ title >
6+ < title > < tmpl _var name ="server_name " > :: < tmpl _var name =" app_title "> [ < tmpl _var name ="app_version "> ] </ title >
77
88 < meta name ='viewport ' content ='width=device-width, user-scalable=yes '>
99 < meta name ='description ' lang ='en ' content ='' />
122122 </ script >
123123</ body >
124124
125- </ html >
125+ </ html >
You can’t perform that action at this time.
0 commit comments