Skip to content

Instantly share code, notes, and snippets.

@benthebear
Created April 16, 2013 12:31
Show Gist options
  • Save benthebear/5395527 to your computer and use it in GitHub Desktop.
Save benthebear/5395527 to your computer and use it in GitHub Desktop.
Template for Typo3 Export to HTML
<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