Brain a.k.a. thief

Liepa 20, 2009

index.php modification under admin panel

Įrašyta kategorijoje: Patarimai, Templatedeveloping, develop — brainthief @ 8:35 am

Template manager -> seelct template -> edit -> edit HTML

Liepa 8, 2009

How to remove Meta Generator tag from Joomla 1.5 (smarter way)

Įrašyta kategorijoje: Patarimai, develop — brainthief @ 5:03 am

<?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;

Liepa 7, 2009

Themplate dev: text in themaplate by language

Įrašyta kategorijoje: develop — brainthief @ 7:58 am

<?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

Blog at WordPress.com.