Last active
August 4, 2021 11:10
-
-
Save PetraMotz/54126659294bc39e8c9c887073e2a48f to your computer and use it in GitHub Desktop.
Typo3 Fluid direct Links #mail #phone #direct #fluid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="footerPhone"><i class="fas fa-phone-alt phoneIcon"></i><a href="tel:<v:format.eliminate whitespace='1' characters='- ( ) / -'>{field.phone}</v:format.eliminate>" title="{field.phone}">{field.phone}</a></div> | |
+++++++++++++++ Zeichen eleminieren ++++++++++++++++ | |
<a href="tel:<v:format.eliminate whitespace='1' characters='-/' strings='(0)'>{field.telephone}</v:format.eliminate>" title="call us"> {field.telephone}</a> | |
<a href="mailto:<v:format.eliminate whitespace='1' characters='-/' strings='(0)'>{field.email}</v:format.eliminate>" title="write us"> {field.email}</a> | |
<f:variable name="link" value="<f:cObject typoscriptObjectPath='lib.currentURL'/>"/> | |
<a href="mailto:?body=Sieh dir das an: {link}"><i class="fas fa-envelope"></i></a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment