Announcement

Collapse
No announcement yet.

Query Re: Section List

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

    Query Re: Section List

    Mornin' all,

    I'm just starting to ork up a new site using V8.5.1, I'm using the smart theme and I want to keep the Section List in the left hand box, but at the moment it is listing both the 1st level sections and the sub sections. I'd like it to just contain the 1st level sections. Here is the code:

    <table cellpadding="0" cellspacing="0" border="0" width="100%">
    <tr>
    <td valign="top" width="8%" bgcolor="<actinic:variable name="Palette2" />"><img src="theme_tab2_left.gif" /></td>
    <td bgcolor="<actinic:variable name="Palette2" />" width="84%" height="20"><span class="boxheading">Store Sections</span></td>
    <td valign="top" width="8%" align="right" bgcolor="<actinic:variable name="Palette2" />"><img src="theme_tab2_right.gif" /></td>
    </tr>
    <tr>
    <td colspan="3" class="thinborder2" style="padding: 3px;">
    <script language="javascript" type="text/javascript">
    document.write(YahooSections(section_tree))
    </script>
    </td>
    </tr>
    </table>

    Any ideas guys?

    Thanks in advance.

    Shaun

    Mail Order 4x4 Ltd

    www.mailorder4x4.com
    Shaun

    www.mailorder4x4.com

    Landrover, Range Rover, Discovery and Freelander Spares & Accessories.

    #2
    Read the AUG

    Comment


      #3
      Thank you, could you give me an idea as to which section?

      Many thanks

      Shaun
      Shaun

      www.mailorder4x4.com

      Landrover, Range Rover, Discovery and Freelander Spares & Accessories.

      Comment

      Working...
      X