{* plugin_guestbook_entries.tpl for v.3.53 - 2014-12-29 *} {if $plugin_guestbook_articleformat}
{if $staticpage_pagetitle}

{$staticpage_headline}

{/if}
{/if}
{if $staticpage_formorder == 'top'}{$GUESTBOOK_FORM}{/if}
{if $is_guestbook_message}

{$error_occured}

{if $guestbook_messages}
    {foreach from=$guestbook_messages item="messages"}
  • {$messages}
  • {/foreach}
{/if} {/if} {if $guestbook_entry_paging}
{$guestbook_paging}
{/if} {if $guestbook_entries} {foreach from=$guestbook_entries item="entry"}
{$entry.name} {$CONST.PLUGIN_GUESTBOOK_USERSDATE_OF_ENTRY} {$CONST.TEXT_IMG_LASTMODIFIED}  {$entry.timestamp}
{if $entry.homepage}
{$CONST.TEXT_USERS_HOMEPAGE}: {$entry.homepage|truncate:24:'…'}
{/if}
{$entry.body|replace:'"':'"'}
 
{/foreach} {/if} {if $guestbook_entry_paging}
{$guestbook_paging}
{/if}
{if $staticpage_formorder == 'bottom'}{$GUESTBOOK_FORM}{/if}
{if $plugin_guestbook_articleformat}
{/if}