Wednesday, May 2, 2012

Hello,

To change this? <meta name="Generator" content="Joomla 1.5">
from joomla tempalte.

Goto your template and add the following:

 
$document = &JFactory::getDocument();
/* @var $document JDocument */
$document->setGenerator('');


This will not remove the generator tag but it will clear the contents. The big advantage is when you update joomla to a newer version ( which will happen in the future ) you don't have to redo all your changes in the code.

No comments:

Post a Comment