3214 Posts in 848 Topics by 810 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 466 Views |
-
Get multiple layouts to frontpage

8 August 2011 at 11:02pm
I'd like to get multiple pages to the frontpage. The Content, title et cetera is no problem. However, I can't include the attached Layout to it.
Is there any way to get several layouts to e.g. Home.ss?
Something like this:
<% control Menu(2) %>
<% include Layout.ss <-- doesn't work %>
$Content
$Form
<% end_control %> -
Re: Get multiple layouts to frontpage

8 August 2011 at 11:36pm
If something is going to be included then it needs to be in the Includes directory and the include statement is written without the .ss. So if you put a Layout.ss in the Includes folder then you can include the file with <% include Layout %>. However I'm not sure if <% include %> works inside a control block, you'd have to test that first.
What exactly are you trying to do?
-
Re: Get multiple layouts to frontpage

9 August 2011 at 8:51pm
I found the solution in this forumpost. Thanks anyway for your help!
| 466 Views | ||
|
Page:
1
|
Go to Top |


