Skip to content

Instantly share code, notes, and snippets.

@naoaki011
Created May 15, 2011 17:17
Show Gist options
  • Save naoaki011/973327 to your computer and use it in GitHub Desktop.
Save naoaki011/973327 to your computer and use it in GitHub Desktop.
Other Asset Insertion Template module
<div class="cntBodyPhoto<mt:Unless name="align" eq="none"> <$mt:Var name="align"$></mt:Unless>" style="width:<$mt:Var name="img_width" op="+" value="4"$>px">
<div class="img"><img src="<$mt:Var name="img_src"$>" alt="<mt:if name="img_alt"><$mt:var name="img_alt"$><mt:else><mt:If tag="AssetDescription" trim="1" strip_linefeeds="1"><$MTAssetDescription$><mt:Else><$mt:AssetLabel$></mt:If></mt:if>" width="<$mt:Var name="img_width"$>" height="<$mt:Var name="img_height"$>" /></div><mt:if name="caption" trim="1" strip_linefeeds="1">
<div class="caption"><$mt:Var name="caption" nl2br="xhtml"$></div>
</mt:If></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment