But on the home page, I want to override this class. I tried to modify default.aspx and enclose the scriptlet in a div as follows:
Code: Select all
<asp:Content runat="server" ContentPlaceHolderID="PageContent">
<div id="homePageTest">
<cb:ScriptletPart ID="HomePage" runat="server" Layout="Three Column" Content="Home Page" LeftSidebar="Standard Sidebar 1" RightSidebar="Standard Sidebar 2" Header="Standard Header" Footer="Standard Footer" Title="Home Page" AllowClose="False" AllowMinimize="false" />
</div>
</asp:Content>
Can I change default.aspx somehow so it renders the extra div? Or is there another way to do this?
I hope someone can help me. Thanks in advance.