|
Hi to all,
I have created a custom module with the help of someone posting.Now when i try to access that module it show in three column layout.I want to show in two column layout with right sidebar.
I have config.xml
<?xml version="1.0"?> <config> <modules> <ActiveCodeline_SimpleContact> <version>0.1.0</version> </ActiveCodeline_SimpleContact> </modules> <frontend> <routers> <JustSomeFreeRouterNameHereNo1> <use>standard</use> <args> <module>ActiveCodeline_SimpleContact</module> <frontName>activecodeline-simplecontact</frontName> </args> </JustSomeFreeRouterNameHereNo1> <updates> <test><file>activecodeline.xml</file></test> </updates>
</routers> </frontend> </config>
How i can show this module in 2 column layout with right sidebar.
thanks in advance
|