Hi,
ich habe hier diesen Teil aus dem Joomla CMS.
Hier steht ja nl2br. Mir ergibt sich der Sinn dahinter nicht ganz den da wird doch kein Umbruch erzeugt. Den da fehlt doch noch ein \n?
Viele Grüße
ich habe hier diesen Teil aus dem Joomla CMS.
PHP:
<?php if ($this->contact->telephone && $this->contact->params->get('show_telephone')) : ?>
<span class="marker"><?php echo $this->contact->params->get('marker_telephone'); ?></span>
<?php echo nl2br($this->contact->telephone); ?>
<?php endif; ?><br />
Viele Grüße