Announcement

Collapse
No announcement yet.

Change smart theme Product Sections layout for Executive version

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Change smart theme Product Sections layout for Executive version

    I would like to add the Executive theme "Product Sections" layout, to my smart theme sites instead of the smart "Product Sections"
    Chris Ashdown

    #2
    Very simple.

    In the 'Design' tab, click on your section links. It should select a layout in the 'Layout Code' panel called 'JavaScript Section List In A Box'.

    Replace
    Code:
            <script language="javascript" type="text/javascript">
    			document.write(YahooSections(section_tree)) 
    		  </script>
    with
    Code:
    <actinic:variable name="TopLevelSectionList" value="Top Level Section List With Horizontal Dividers" />

    Comment


      #3
      Thanks Chris, Your a star as usual
      Chris Ashdown

      Comment

      Working...
      X