Skip to content
diyphpdeveloper edited this page Apr 12, 2019 · 1 revision

USAGE

Generates a full URL to the public theme asset provided. These public theme assets are typically located in 'public/diyphpdeveloper/cmscanvas/themes/<theme_name>'.

<link rel="stylesheet" type="text/css" href="{{ theme_asset('css/style.css') }}" />

The href in the example above would expand to http://domain.com/diyphpdeveloper/cmscanvas/themes/default/css/style.css

Clone this wiki locally