Account::getUrl()

Version 3.8

Http url to account directory

Return value

String

Full documentation

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'/>";