I’m new to the t3 framework and have been doing pretty well figuring things out so far, but this one has me a little stumped. I have created a custom template based off of the t3_blank template.
The layout I’m using includes:
<blocks name=”middle” colwidth=”30″>
<block name=”content-mass-top”>content-mass-top</block>
<block name=”content-mass-bottom”>content-mass-bottom</block>
<block name=”right2″>right</block>
</blocks>
What is happening is that the content is being duplicated on an article layout. It is showing up in the correct spot, but is duplicated in the ‘right’ module position when I load another module into that position (which displays below the duplicated content). Everything looks fine in the t3_blank template though.
Here is a link to site with my template and using t3_blank.
I’ve done a file by file comparison of my template along side the t3_blank template and didn’t see anything out of the ordinary.