I couldn't find anything relating to this so thought I'd post for info.
Sorry if it has been posted before.
In the Section List in left side bar, I didn't want the sub-sections showing there - just in the inner layout when the section was selected.
Design|Library|Layouts - expand the Web Page Outer Layout
Open [in my case] "Works Best with Smart" and navigate to around line 52
Remove
Then do the same for the Layout "Works Best With Smart Brochure Pages" at approx line 41 IIRC
Sorry if it has been posted before.
In the Section List in left side bar, I didn't want the sub-sections showing there - just in the inner layout when the section was selected.
Design|Library|Layouts - expand the Web Page Outer Layout
Open [in my case] "Works Best with Smart" and navigate to around line 52
Remove
Code:
if (ar[i].pChild) { for (var j=1;j<=ar[i].pChild.length;j++) { if (ar[i].pChild[j].sURL != null) { strIDs += '<a href="' + ar[i].pChild[j].sURL + '"><span class="actxxsmall">...<font color="#00ff00">' + ar[i].pChild[j].sName + '</span></a><br />'; } } }
Comment