Page 1 of 1

[fixed] Setting custom admin title doesn't work

Posted: Wed Sep 03, 2014 11:56 am
by kristoftorfs
It appears that setting a custom title in the administrator interface is not working. I used the following code in a module action, and it doesn't change the title at all:

Code: Select all

/** @var CmsAdminThemeBase $theme */
$theme = CmsAdminThemeBase::GetThemeObject();
$theme->SetTitle('Test title');

Re: Setting custom admin title doesn't work

Posted: Wed Sep 03, 2014 5:51 pm
by calguy1000
Fixed in svn.