0
Welcome Guest! Login
0 items Join Now

Remove <base href="www.mysite.com"​; />

  • Remove <base href="www.mysite.com"​; />

    Posted 12 years 1 month ago
    • Hey All,

      Can someone help me figure out how to remove this tag from the head of my website: <base href=" www.mysite.com " />

      It seems to be in the $gantry->displayHead() function, but I have not been able to track that down.

      Thanks.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Remove <base href="www.mysite.com"​; />

    Posted 12 years 1 month ago
    • that is not coming from Gantry "per se" ... that is coming from Joomla.
      The Gantry-head tag is using Joomla functions.
      I suggest to use NoNumbers "ReReplacer" to change that.

      this is how gantry is using that ...

      public function displayHead()
      {
      if (defined('GANTRY_FINALIZED')) return;
      //stuff to output that is needed by joomla
      echo '<jdoc:include type="head" />';
      }

Time to create page: 0.070 seconds