@if (showProductUrl && showAuthorUrl) { @effects.openTag
@if (author && authorURL) { {$smarty.now|date_format:"%Y"} PrestaShop Theme created with Themler by @(author). } else if (author) { {$smarty.now|date_format:"%Y"} PrestaShop Theme created with Themler by @(author). } else { {$smarty.now|date_format:"%Y"} PrestaShop Theme created with Themler. }
@effects.closeTag } @if (!showProductUrl && (showAuthorUrl && author)) { @effects.openTag
@if (author && authorURL) { Designed by @(author). } else if (author) { Designed by @(author). }
@effects.closeTag } @if (showProductUrl && !showAuthorUrl) { @effects.openTag
{$smarty.now|date_format:"%Y"} PrestaShop Theme created with Themler.
@effects.closeTag }