Hello everyone, please help with smarty template engine. How to check if {% $ image.value%} contains "https" at the beginning of the name, then output it in this format
<li class="gallery-img-wrapper" data-thumb="{%$image.value%}" data-src="{%$image.value%}"> if not then
<li class="gallery-img-wrapper" data-thumb="{%$settings.patch%}uploads/images/ts/{%$image.value%}" data-src="{%$settings.patch%}uploads/images/tb/{%$image.value%}">