Лучший Ответ SmetDenis , 12 May 2013 - 00:50
Hi,
Please, open "positions.xml".
It is the same place where the php file.
Add to it this text for your template block.
<position name="additional_fields">Additional Fields</position>I do not recommend to use spaces in the position key.
Here is the correct code
<?php if ($this->checkPosition('additional_fields')) : ?>
<fieldset>
<legend><?php echo JText::_('Additional fields'); ?></legend>
<?php echo $this->renderPosition('additional_fields', array('style' => 'submission.block')); ?>
</fieldset>
<?php endif; ?>
Перейти к сообщению


Тема закрыта









