You're wrong!
You can change manually the browser header text through this codes:
$document =& JFactory::getDocument(); $document->setTitle('My Header Text Title');
Although you can do it using the traditional way:
<head> <title>My Header Text Title</title> </head>
But pfft that's an old style.
No comments:
Post a Comment