Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Themes /

Discuss SilverStripe Themes.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Including Gallery Page in Template


Go to End


1808 Views

Avatar
pixelhorse

Community Member, 3 Posts

21 November 2009 at 2:35am

In my Page.ss I include Pages directly.

One of the Pages is a Gallery Page ... including it this way shows only the text. Selected in the menu it shows the gallery, too.

----------------
<div class="start">$Layout
</div>
<div>$Page(Aktion).Content</div>
<div>$Page(Service).Content</div>
</div>
<div id="middle">
<div>$Page(Apetithaeppchen).Content</div>
<div>$Page(Oeffnungszeiten).Content</div>
-------------------

Is it possible to show a gallery page in this way?