I have code in joomla 1.5
global $mainframe;
$html = "web solution";
$mainframe->set('JComponentTitle', $html);
Use in joomla 1.5 is OK
But when using joomla 1.7 is error Call to a member function set() on a non-object in ...
I want help for this idea
Try this: