My goal is to have the main area display two columns of content (articles) in within wrapper-3.
So, to the right of wrapper-3.main there's wrapper-3.extra in the standard template. Intuition leads me to believe I should be able to do something as straightforward as modifying the global/extrasArea.ftl (templating-kit/pages/global/extrasArea). I've checked the 'enable template' checkbox and if I make a simple text addition to the extrasArea template, that change DOES display in the browser as I'd expect. This leads me to believe I'm in the right area for my actual desired change. It seems I should be able to replace extrasArea with: [code]<div id="extras" role="complementary"> [@cms.area name="content"/] </div> [/code] That's the snippet that give me functionality I want in the lefthand column. So I would naievely expect that same behavior in the right-hand column. Anything glaring obvious in my oversimplification? thx, shane -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=c2ee180a-c4b1-4a27-9377-082b4033f40f ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
