Template manager -> seelct template -> edit -> edit HTML
liepos 20, 2009
liepos 8, 2009
How to remove Meta Generator tag from Joomla 1.5 (smarter way)
<?php $this->setGenerator(‘Anything you want or leave empty’); ?> change in themplate
Why smarter? Becouce after update not need tu change
The file you want to edit is called head.php and is found here:
/libraries/joomla/document/html/renderer/head.php
you will want to find the following code (~line 167):
$strHtml .= $tab.’<meta name=”generator” content=”‘.$document->getGenerator().’” />’.$lnEnd;
liepos 7, 2009
Themplate dev: text in themaplate by language
<?php echo JText::_(‘YOU ARE HERE’);?>
next step LT.ini create string YOU ARE HERE=Jūs esta čia
do same in other file’s
