until now i used the T3 Framework with much own changes.
No i have installed the M-Social Template and it looks fine.
But how can i hide the <meta name="generator" content="Joomla! - Open Source Content Management" /> ?
solution:
Write the following line in the index.php AFTER the line "defined('_JEXEC') or die;"
- Code: Select all
$this->setMetaData('generator','');
Maybe you need to write the line in the error.php and others to.
Hope this helps if anybody has the same problem.
regards