Created
April 16, 2013 12:31
-
-
Save benthebear/5395527 to your computer and use it in GitHub Desktop.
Template for Typo3 Export to HTML
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
<div class="cytpe ctype-$ctype"> | |
<div class="t3-header">$header</div> | |
<div class="t3-subheader">$subheader</div> | |
<div class="t3-body">$body</div> | |
<div class="t3-image"> | |
<p class="t3-asset"><img src="$image" alt="$altText" title="$titleText" meta-t3-width="$imagewidth" meta-t3-orient="$imageorient" meta-t3-cols="$imagecols" meta-t3-border="$imageborder"/></p> | |
<p class="t3-caption">$imagecaption</p> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment