Fixed DSL traffic fetch to work with KH 3.1

This commit is contained in:
Deon George
2011-08-04 00:24:38 +10:00
parent 5953e28f22
commit f1c960aa9f
7 changed files with 54 additions and 43 deletions

View File

@@ -51,7 +51,8 @@
| <a href="?_page=account:account&amp;_logout=Y">{t}Logout{/t}</a>
{else}
| <a href="index.php?_page=account:user_login">{t}Login{/t}</a>
| <a href="login">{t}User Login{/t}</a>
| <a href="index.php?_page=account:user_login">{t}Admin Login{/t}</a>
| <a href="index.php?_page=account:user_add">{t}Register{/t}</a>
{if $smarty.const.SHOW_CHECKOUT_LINK}| <a href="{$SSL_URL}?_page=checkout:checkout&amp;s={$SESS}">{t}Checkout{/t}</a>{/if}
{/if}
@@ -78,7 +79,6 @@
{elseif $smarty.const.DEFAULT_PAGE != ''}
{$block->display($smarty.const.DEFAULT_PAGE)}
{else}
{$block->display('account:user_login')}
{/if}
</div>
</td>