Edit:
Ich muss mich korrigieren. Ich habe das jetzt mal so als Override ausprobiert.
So geht es aber nicht.
Code:
<?php if ($this->contact->con_position && $this->contact->params->get('show_position')) : ?>
<p>
<?php echo $this->escape($this->contact->con_position); ?>
</p>
<?php endif; ?>
<div id=continner" style="float: right;"> modul insert
{loadposition content1}
oder <jdoc:include type="modules" name="content1" />
</div>
<?php if ($this->contact->image && $this->contact->params->get('show_image')) : ?>
<div style="float: right;">
<?php echo JHTML::_('image', 'images/stories' . '/'.$this->escape($this->contact->image), JText::_( 'Contact' ), array('align' => 'middle')); ?>
</div>
<?php endif; ?>
<?php echo $this->loadTemplate('address'); ?>
content1 : Name der Modulposition
continner : DIV kann zum CSS-Stylen angesprochen werden
Lesezeichen