[fixed] Setting custom admin title doesn't work

Forum rules
Only administrators can post or move items here.
Post Reply
kristoftorfs
Forum Members
Forum Members
Posts: 11
Joined: Tue Jul 08, 2014 1:15 pm
Location: Belgium

[fixed] Setting custom admin title doesn't work

Post 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');
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Setting custom admin title doesn't work

Post by calguy1000 »

Fixed in svn.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Post Reply

Return to “Closed Issues”