I add new block after line <block name=”content-mass-bottom”, but the module is not displayed.
[PHP]
<blocks name=”middle” colwidth=”25″>
<block name=”content-mass-top” type=”spotlight” main-inner=”1″>content-top1,content-top2,content-top3</block>
<block name=”left1″>left</block>
<block name=”right1″>right</block>
<block name=”content-mass-bottom” type=”spotlight” main-inner=”1″>content-bottom1,content-bottom2,content-bottom3</block>
</blocks>
[/PHP]
How to add a new module (of any kind) after last line (?):
[PHP]<block name=”content-mass-bottom” type=”spotlight” main-inner=”1″>content-bottom1,content-bottom2,content-bottom3</block>[/PHP]
I need to add this new block:
[PHP]
<block name=”content-mass-bottom” type=”spotlight” main-inner=”1″>content-bottom4,content-bottom5,content-bottom6</block>[/PHP]
The content-bottom4,content-bottom5 and content-bottom6 described in templateDetails.xml, but this modules not show with http://mysite/?tpl=1
[PHP]
<position>content-bottom4</position>
<position>content-bottom5</position>
<position>content-bottom6</position>
[/PHP]
please help me!