I hope somebody can guide me on this problem.
I have made a portal ext and an ext called forumgoal.
The ext forumgoal is loaded on index
Code: Select all
static public function getSubscribedEvents()
{
return array(
'core.index_modify_page_title' => 'index_modify_page_title',
);
}