Exmaple:
<div style="background:#f0f0f0 url('{{hook::exec("HookimgURL") nofilter}|strip_tags:false}')" class="container-fluid">
Is it possible ? Thanks for reply.
Using html box pro as a css property
hellothe code you attached is wrong, it is incompatible with smarty standards,
try to use code below:
{hook::exec("HookimgURL")|strip_tags nofilter}
it should do the job. So the final code should be:
<div style="background:#f0f0f0 url('{hook::exec("HookimgURL")|strip_tags nofilter}')" class="container-fluid">
0 comments:
Post a Comment