Jump to content

*gelöst* Ansicht Telefonnummer


Mietzshop

Recommended Posts

Für alle, die evtl. mal das gleiche Problem haben sollten:

Aus

 *}
<div id="_desktop_contact_link">
  <div id="contact-link">
    {if $contact_infos.phone}
      {* [1][/1] is for a HTML tag. *}
      {l
        s='Call us: [1]%phone%[/1]'
        sprintf=[
          '[1]' => '<span>',
          '[/1]' => '</span>',
          '%phone%' => $contact_infos.phone
        ]
        d='Shop.Theme.Global'
      }
    {else}
      <a href="{$urls.pages.contact}">{l s='Contact us' d='Shop.Theme.Global'}</a>
    {/if}
  </div>
</div>

wurde

 *}
<div id="_desktop_contact_link">
  <div id="contact-link">
<a href="{$urls.pages.contact}">{l s='Contact us' d='Shop.Theme.Global'}</a>
  </div>
</div>

 

Link to comment
Share on other sites

  • Mietzshop changed the title to *gelöst* Ansicht Telefonnummer

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