[fixed] Setting custom admin title doesn't work
Posted: Wed Sep 03, 2014 11:56 am
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');