Skip to content

Commit

Permalink
[BUGFIX] add missing contact tel in header template (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Färber authored Dec 19, 2017
1 parent 222ffb2 commit 2a0432d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Partials/Header/Header.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<f:if condition="{theme:constant(constant:'themes.configuration.elem.status.showHeaderTopContactsLabels')}">
<span class="header-top__contact-tel-title" aria-hidden="true"><f:translate key="callUs_label" /></span>
</f:if>
<span class="header-top__contact-tel-title"><f:translate key="callUs_label" /></span>
<a class="header-top__contact-tel-link" href="tel:{f:cObject(typoscriptObjectPath: 'lib.contacts.phone')}">{theme:constant(constant: 'themes.configuration.contacts.phone')}</a>
</div>
<div class="header-top__contact-email">
<span class="icons icon-t3-mail" aria-hidden="true"></span>
Expand Down

0 comments on commit 2a0432d

Please sign in to comment.