Jump to content
  • 0

Jak dodać do nawigacji menu np Regulamin


udebskich

Question

7 answers to this question

Recommended Posts

  • 0

ale własnie tam nie ma linków .. jest cos takiego ;

<!-- Block user information module NAV  -->
{if $is_logged}
    <div class="header_user_info">
        <a href="{$link->getPageLink('my-account', true)|escape:'html':'UTF-8'}" title="{l s='View my customer account' mod='blockuserinfo'}" class="account" rel="nofollow"><span>{$cookie->customer_firstname} {$cookie->customer_lastname}</span></a>
    </div>
{/if}
<div class="header_user_info">
    {if $is_logged}
        <a class="logout" href="{$link->getPageLink('index', true, NULL, "mylogout")|escape:'html':'UTF-8'}" rel="nofollow" title="{l s='Log me out' mod='blockuserinfo'}">
            {l s='Sign out' mod='blockuserinfo'}
        </a>
    {else}
        <a class="login" href="{$link->getPageLink('my-account', true)|escape:'html':'UTF-8'}" rel="nofollow" title="{l s='Log in to your customer account' mod='blockuserinfo'}">
            {l s='Sign in' mod='blockuserinfo'}
        </a>
    {/if}
</div>
<!-- /Block usmodule NAV -->
 

Link to comment
Share on other sites

  • 0

No jak nie ma linków? Z tego pliku jest pobierany link do Twojego "zaloguj", dodatkowo są warunki jakie linki/informacje mają się pojawiać gdy ktoś jest już zalogowany w sklepie.

 

Wystarczy, że wewnątrz diva "header_user_info" dodasz kod html swojego linku :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...