Created
October 20, 2016 20:24
-
-
Save oniram/c3c08753a1ecb5a8277a04143a25856c to your computer and use it in GitHub Desktop.
exemplo de codigo do gerador de template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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