It looks like you're new here. If you want to get involved, click one of these buttons!
<img src="{img_path('test.jpg')}" alt="">
Comments
assets_path()
pdf_path()
img_path()
The asset_helper's "docs_path()" function can be enabled if it's added to the fuel/application/config/parser.php
CKeditor currently only supports the img_path function:
<img src="{img_path('test.jpg')}" alt="">
More on the templating syntax can be found here:
http://docs.getfuelcms.com/general/template-parsing