Page 1 of 1

base href removal

Posted: Thu Sep 28, 2006 10:05 am
by jd
Hi,
I got the following questions - whenever I use the {metadata} tag, I get this in my head title

Code: Select all

<base href="http://localhost/" />
. Up to now I've solved the problem by just removing the {metadata} tag and having my meta information put into a global content block, which on its side is inserted in the template. However, is there an option of removing this base href tag and still using the {metadata} tag?

Thanks in advance

Re: base href removal

Posted: Fri Sep 29, 2006 5:56 pm
by tsw
Quick look at the metadata tag help
(optional)showbase (true/false) - If set to false, the base tag will not be sent to the browser. Defaults to true if use_hierarchy is set to true in config.php.

Re: base href removal

Posted: Wed Oct 04, 2006 12:25 pm
by jd
10x! :)