Extra modules in left bar (position right)

I want to put extra modules in the right bar. When i give the indentifier right or position-right. The module doesn’t apprear. What do i wrong ?

4 answers

Profile photo of chavan 100.00 $tone October 3, 2011
Public

create a Static block either by this way

by adding this code in the phtml file

Code:

 <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('top_left_links')->toHtml() ?>

or

add this code in the catalog.xml file

Code:

<block type="cms/block" block_id="your_block_identifier" template="cms/content.phtml" />

Note: If you Find my Post useful please click on the Thanks Icon

#3

This question is now closed

Written By

Comments