{assign var=$page_title value="Account Overview"} {assign var=$page_myaccount value="1"} {include filename="global-header.tpl"}
Account Overview
{if $message == 'accountupdate'} {/if}
Your account has been successfully updated
Username {$account.username|htmlspecialchars}
Name {$account.name|htmlspecialchars}
E-mail Address {$account.email|htmlspecialchars}
Number of Links {$account.num_links|number_format::0::$config.dec_point::$config.thousands_sep}
{if $account.num_links > 0}
Your Links
(note that after editing a link it will be temporarely removed from the site as it needs to be reapproved by The Doc.
{foreach var=link from=$links} {/foreach}
{$link.title|htmlspecialchars}
{$link.description|htmlspecialchars}
{$link.site_url|htmlspecialchars}
[Edit]
{/if} {include filename="global-footer.tpl"}