base href removal

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
jd

base href removal

Post 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
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: base href removal

Post 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.
jd

Re: base href removal

Post by jd »

10x! :)
Locked

Return to “CMSMS Core”