Hi guys, I'm trying to make a widget that displays the title of the current page, ie the function: $this->page_title(); recent activity, reent questions and answers, most popular tags... etc etc, and so enable this widget only for some pages where I want to have title, and so remove function: page_title (); via advance theme, but I could not'm trying with this
function output_widget($region, $place, $themeobject, $template, $request, $qa_content)
{
$title=@$this->content['title'];
$themeobject->output('<H1>'.$title.'</H1>');
}
any ideas? thanks to all