mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
* All applications: Set proper default page title if nothing is set
This commit is contained in:
parent
226c9a862a
commit
385977e828
@ -892,7 +892,8 @@ var fw_base = (function(){ "use strict"; return Class.extend(
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.tabsUi.setAppHeader(this.activeApp.app_header);
|
this.tabsUi.setAppHeader(this.activeApp.app_header);
|
||||||
document.title = this.activeApp.website_title;
|
var default_title = egw.config('site_title', 'phpgwapi') + ' ['+this.activeApp.displayName+']';
|
||||||
|
document.title = this.activeApp.website_title || default_title;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.resizeHandler();
|
this.resizeHandler();
|
||||||
|
Loading…
Reference in New Issue
Block a user