f:base¶
This ViewHelper embeds the base-Tag into your HTML template.
Properties¶
This ViewHelper doesn't accept any properties.
Example¶
<f:base />
Output
<base href="http://introgit:8080/" />
Tip
Using this ViewHelper only makes sense when you're building a website template - including the <head> - using Fluid. If there's no <head> in the template, this HTML tag will be added to the <body> and that's not where it belongs.