Skip to content

Instantly share code, notes, and snippets.

@oniram
Created October 20, 2016 20:24
Show Gist options
  • Save oniram/c3c08753a1ecb5a8277a04143a25856c to your computer and use it in GitHub Desktop.
Save oniram/c3c08753a1ecb5a8277a04143a25856c to your computer and use it in GitHub Desktop.
exemplo de codigo do gerador de template
#if(!$hideCompanyLogo)
#if($companyHasMainPhoto)
<a href="#" class="lnkAvatarMini" id="lnkAvatarMini">
<img src="$companyMainPhotoThumb" onerror="this.src='$imageMissing'" style="width: 45px; height: 45px;">
</a>
#else
<a href="#" class="lnkAvatarMini" id="lnkAvatarMini">$companyFirstLetterName</a>
#end
#end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment