Hey all,
Anyone know id there is a template tag to retrieve Director::BaseURL() from a template? I can create a method like:
public function getBaseUrl() {
return Director::BaseURL();
}
But I was wondering if maybe there is something I can already use and not create duplicate code?
Cheers,
Mo