21277 Posts in 5728 Topics by 2599 members
General Questions
SilverStripe Forums » General Questions » Is it possible to call a different static sidebar on different pages?
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 368 Views |
-
Is it possible to call a different static sidebar on different pages?

7 April 2010 at 2:17am
Is it possible to call a different static sidebar on different pages?
I've created two staticsidebar ex. sidebar1 and sidebar2 but it always call sidebar2
<% if InSection(page1) %>
<div class="project">
$StaticSidebar(sidebar1).Content
</div>
<% end_if %>
<% if InSection(page2) %>
<div class="
$StaticSidebar(sidebar2).Content
</div>
<% end_if %>Thanks in advanced.
| 368 Views | ||
|
Page:
1
|
Go to Top |

