Jump to content

kontakt info i toppen


Recommended Posts

Det var ikke den tekst, du nævnte. Du skrev: "ring til os på", men der står "Ring til os:".

Opret dit eget tema med udgangspunkt i "Classic". Ret så i filen themes/mittema/modules/ps_contactinfo/nav.tpl, så der står:

<div id="_desktop_contact_link">
  <div id="contact-link">
    {if $contact_infos.email && $display_email}
      {* [1][/1] is for a HTML tag. *}
      {l
        s='Email us: [1]%email%[/1]'
        sprintf=[
          '[1]' => '<a href="mailto:'|cat:$contact_infos.email|cat:'" class="dropdown">',
          '[/1]' => '</a>',
          '%email%' => $contact_infos.email
        ]
        d='Shop.Theme.Global'
      }
    {else}
      <a href="{$urls.pages.contact}">{l s='Contact us' d='Shop.Theme.Global'}</a>
    {/if}
  </div>
</div>

/Kjeld

 

 

 

 

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...