base

ViewHelper which creates a <base href="..."></base> tag.

The Base URI is taken from the current request.

Examples

Example:

<f:base />

Output:

<base href="http://yourdomain.tld/" />

Depending on your domain.

Arguments

This ViewHelper has no arguments.