Account::getUrl()
Version 3.8
Http url to account directory
Version 3.8
Http url to account directory
String
Add CSS from account directory:
$css = "<link rel='stylesheet' type='text/css' href='{$this->get('account')->getUrl()}.'/accountStyle.css'>";
Add account logo:
$img = "<img src='{$this->get('account')->getUrl()}/logo.png'/>";