...
The name of teaser templates begins with cms_teaser and contains html markup with cTemplate placeholdern, which are filled by content type(see example below).
! At Version 4.10 the first <h2>{TITLE}</h2> will be changed to <h2>{TEASER_TITLE}</h2>
Code Block | ||
---|---|---|
| ||
<div class="column_quarter text"> <h2>{TITLE}</h2> <!-- BEGIN:BLOCK --> <div class="col"> <h3>{TITLE}</h3> <span class="date">{PUBLISHED}</span> <p>{TEXT}</p> <a href="{ART_URL}" class="more" title="{TITLE}">{MORE} »</a> </div> <!-- END:BLOCK --> <div class="clear"></div> </div> |
...
{TITLE} (inside the BLOCK statement, represents the respective article-headline)
{IMAGE}
{IMAGE_SRC}
{IMAGE_MEDIANAME} Version 4.10
{TEXT}
{ART_URL}
{PUBLISHED}
...