anyone mind sharing their template for the guestbook module?
not the one that comes with it... but something a bit simpler perhaps..
thanks!
guestbook templates
Re: guestbook templates
here is a one that is a little clearer
{$date_title}:{$date} {$time}
{$sender_title}: {$sender}
{if $country || $location}
{/if}
{if $country}
{$country_title}: {$country}
{/if}
{if $country && $location}
{/if}
{if $location}
{$location_title}: {$location}
{/if}
{if $country || $location}
{/if}
{if $e_mail}
{$e_mail_title}: {$e_mail_cloaked}
{/if}
{if $homepage}
{$homepage_title}: {$homepage}
{/if}
{$message_title}:
{$message}
--------------------------------------------------------------------------------
{$date_title}:{$date} {$time}
{$sender_title}: {$sender}
{if $country || $location}
{/if}
{if $country}
{$country_title}: {$country}
{/if}
{if $country && $location}
{/if}
{if $location}
{$location_title}: {$location}
{/if}
{if $country || $location}
{/if}
{if $e_mail}
{$e_mail_title}: {$e_mail_cloaked}
{/if}
{if $homepage}
{$homepage_title}: {$homepage}
{/if}
{$message_title}:
{$message}
--------------------------------------------------------------------------------