mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Add favicon to setup pages
This commit is contained in:
@@ -227,4 +227,12 @@ class SetupPage extends NiceWebPage
|
||||
{
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
protected function GetFaviconAbsoluteUrl()
|
||||
{
|
||||
return utils::GetAbsoluteUrlAppRoot().'setup/favicon.ico';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user