0
Welcome Guest! Login
0 items Join Now

Where do I remove this line of code?

  • Where do I remove this line of code?

    Posted 17 years 3 months ago
    • Where do I go to remove this line of code in the meta section across all of my pages?

      <meta name="Generator" content="Joomla! - Copyright (C) 2005 - 2007 Open Source Matters. All rights reserved. JoomSEF SEO by Artio ( www.artio.net ) - databases, information system and web applications, sponsor: Dr. Steven Morris ( www.michiganmakeover.com ) - Plastic and Cosmetic Surgery in Michigan" />
  • Re: Where do I remove this line of code?

    Posted 17 years 3 months ago
  • Re: Where do I remove this line of code?

    Posted 17 years 3 months ago
    • Mike - it worked!

      Thank you very much for the link - i've been looking everywhere!!
  • Re: Where do I remove this line of code?

    Posted 17 years 3 months ago
    • No problem :)
  • Re: Where do I remove this line of code?

    Posted 16 years 11 months ago
    • Do you know how to remove this line of code in Joomla 1.5?

      In J1.0x you could simply remove this line of code:

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

      from the frontend.php that is located in the includes folder.

      However, for J1.5 - the frontend.php file doesn't exist :-)

      Anyone know where to find this code to remove this line?
    • Terp's Avatar
    • Terp
    • Elite Rocketeer
    • Posts: 1720
    • Thanks: 23

    Re: Where do I remove this line of code?

    Posted 16 years 11 months ago
    • /libraries/joomla/document/html/renderer/head.php
      $strHtml .= $tab.'<meta name="generator" content="'.$document->getGenerator().'" />'.$lnEnd;
  • Re: Where do I remove this line of code?

    Posted 16 years 11 months ago
    • Thanks!

Time to create page: 0.067 seconds