<tpl:EntriesFooter>

Used in context with the template tag <tpl:Entries>, its content is shown only after the last entry of your template tag. It permits to show a list of entries, however, this list must not be empty.

Example

Showing the last entry titles in a list

<tpl:Entries>
  <tpl:EntriesHeader><ul></tpl:EntriesHeader>
    <li>{{tpl:EntryTitle html_encode="1"}}</li>
  <tpl:EntriesFooter></ul></tpl:EntriesFooter>
</tpl:Entries>

Wiki powered by Dokuwiki.