Pages within the wrapper September 29, 2014, 01:29:35 am I'd like to make some pages that retain the header forum wrapper, and am trying to find out how I can do this.
Re: Pages within the wrapper Reply #1 – September 29, 2014, 02:36:34 am Hello lostmonk and welcome! This file has most of what you'd need:https://github.com/elkarte/elkarte.net/blob/4f34bc6f33485215f7c2ccdcae18c2ed6d37a545/elk/home.phpIn particular:https://github.com/elkarte/elkarte.net/blob/4f34bc6f33485215f7c2ccdcae18c2ed6d37a545/elk/home.php#L2gives everything up to the... upper linktree/breadcrumb I think (my memory always messes up where it ends).a couple of lines to set up "general" stuff if you need it, then:https://github.com/elkarte/elkarte.net/blob/4f34bc6f33485215f7c2ccdcae18c2ed6d37a545/elk/home.php#L8grabs SSI.php (of course use the correct path to your SSI).Add your content.And finally:https://github.com/elkarte/elkarte.net/blob/4f34bc6f33485215f7c2ccdcae18c2ed6d37a545/elk/home.php#L111show the page.HTH!