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_MetaDesc.php>, $mosConfig_MetaKeys <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/mosConfig_MetaKeys.php>, $mosConfig_live_site <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/mosConfig_live_site.php>, $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_absolute_path.php>, $mosConfig_sitename <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/mosConfig_sitename.php>, $mosConfig_favicon <http://apostilas.fok.com.br/docs/joomla-1.0/_variables/mosConfig_favicon.php>; 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_MetaDesc.php> ); 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_MetaKeys.php> ); 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 <[email protected]> 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 <[email protected]>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 [email protected] To unsubscribe from this group, send email to [email protected] For details visit the website: www.ilug-tvm.org or the google group page: http://groups.google.com/group/ilug-tvm?hl=en -~----------~----~----~----~------~----~------~--~---
