Loading data.
PAGE CONTENTS
Display settings
ViewHelper which creates a <base href="..."></base> tag.
<base href="..."></base>
The Base URI is taken from the current request.
Example:
<f:base />
Output:
<base href="http://yourdomain.tld/" />
Depending on your domain.
This ViewHelper has no arguments.