All you have to do is open frontend.php and find the line called

$mainframe->addMetaTag( 'Generator', $_VERSION->PRODUCT . " - " .
$_VERSION->COPYRIGHT);

commenting that line should do the trick..

On Oct 15, 12:49 pm, Yadu Rajiv <yadura...@gmail.com> wrote:
> there is a function.. in includes/frontend.php that goes something like
> this..
>
>  186  /**
>  187  * Assembles head tags
>  188  */
>  189  function mosShowHead
> <http://apostilas.fok.com.br/docs/joomla-1.0/_functions/mosshowhead.php>()
> {
>  190      global $database
> <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/database.php>,
> $option <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/option.php>,
> $my <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/my.php>,
> $mainframe 
> <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/mainframe.php>,
> $_VERSION 
> <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/_VERSION.php>,
> $task <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/task.php>,
> $id <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/id.php>;
>  191      global $mosConfig_MetaDesc
> <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/mosConfig_Meta...>,
> $mosConfig_MetaKeys
> <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/mosConfig_Meta...>,
> $mosConfig_live_site
> <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/mosConfig_live...>,
> $mosConfig_sef 
> <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/mosConfig_sef.php>,
> $mosConfig_absolute_path
> <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/mosConfig_abso...>,
> $mosConfig_sitename
> <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/mosConfig_site...>,
> $mosConfig_favicon
> <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/mosConfig_favi...>;
>  192
>  193      $mainframe
> <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/mainframe.php>->appendMetaTag
> <http://apostilas.fok.com.br/docs/joomla-1.0/_functions/appendmetatag.php>(
> 'description', $mosConfig_MetaDesc
> <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/mosConfig_Meta...>
> );
>  194      $mainframe
> <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/mainframe.php>->appendMetaTag
> <http://apostilas.fok.com.br/docs/joomla-1.0/_functions/appendmetatag.php>(
> 'keywords', $mosConfig_MetaKeys
> <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/mosConfig_Meta...>
> );
>  195      $mainframe
> <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/mainframe.php>->addMetaTag
> <http://apostilas.fok.com.br/docs/joomla-1.0/_functions/addmetatag.php>(
> 'Generator', $_VERSION
> <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/_VERSION.php>->PRODUCT
> <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/PRODUCT.php> .
> ' - ' . $_VERSION
> <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/_VERSION.php>->COPYRIGHT
> <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/COPYRIGHT.php>);
>  196      $mainframe
> <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/mainframe.php>->addMetaTag
> <http://apostilas.fok.com.br/docs/joomla-1.0/_functions/addmetatag.php>(
> 'robots', 'index, follow' );
>
> commenting the lines you dont want might?? but i don't know if it is the
> right way to do it.. :P
>
> On Thu, Oct 15, 2009 at 1:15 PM, febin mohammed <febi...@gmail.com> wrote:
> > You could get a specific reply if you put 'Joomla' on subject line.
> >  Febin
> >http://twitter.com/febinkk
>
> > On Thu, Oct 15, 2009 at 1:08 PM, aniyathikkutty <bincy...@gmail.com>wrote:
>
> >> i am using joomla 1.5 cms
>
> >>>>>> Regards...
> >>>>>> Bincy.M.B
> >>>>>>http://fsugcalicut.org
> >>>>>>http://bincyclt.wordpress.com
> >>>>>>http://bnc4u.blogspot.com
> >>>>>>http://mazhavazhikaliloode.blogspot.com/
>
> >>>> --
> >>>> Regards...
> >>>> Bincy.M.B
> >>>>http://fsugcalicut.org
> >>>>http://bincyclt.wordpress.com
> >>>>http://bnc4u.blogspot.com
> >>>>http://mazhavazhikaliloode.blogspot.com/
>
> >> --
> >> Regards...
> >> Bincy.M.B
> >>http://fsugcalicut.org
> >>http://bincyclt.wordpress.com
> >>http://bnc4u.blogspot.com
> >>http://mazhavazhikaliloode.blogspot.com/
--~--~---------~--~----~------------~-------~--~----~
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to