Problem with navigater

Hello

I have a problem with the footer navigater in the template. It dosnt appear, even though it is activated in the admin-panel:Attachment 36559

1 answer

Profile photo of Seoki Lee 1510.00 $tone May 7, 2014
Public

To fix that, please open the file: \app\design\frontend\default\jm_trex\layout\page.x ml

At line 142, after this code:

Code:

<block type="core/text_list" name="botsl.menu" as="botslMenu" translate="label">
	<label>Navigation Bar</label>		                
</block>

Add this code:

Code:

<block type="cms/block" name="position-9">
	<action method="setBlockId"><block_id>position-9</block_id></action>
</block>

Once done, please clear cache.

#1

Please login or Register to Submit Answer

Written By

Comments