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
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
Comment