BcBaserHelper::getThemeUrl PHP Method

getThemeUrl() public method

現在のテーマのURLを取得する
public getThemeUrl ( ) : string
return string テーマのURL
    public function getThemeUrl()
    {
        return $this->request->webroot . 'theme' . '/' . $this->siteConfig['theme'] . '/';
    }