Welcome

Login to contribute. Register if you haven't yet.

Support Options

1. Search this site.
2. Make or vote for a Suggestion.
3. Post to Community Support.
3. Contact EditMe Support staff.

Stay Informed

Keep informed of product changes, tutorials and tips via EditMe's Blog and monthly newsletter.

How do I include scripted or system pages?

From Woody - 2008-05-29

In developing layouts, what is the complete code to include the page body?  I can include the body, but I'm having trouble with executing scripted pages (/_Search, /_Index, etc..). Please help...!Smile

From admin - 2008-05-29

Woody, the 'include' command doesn't work with scripted pages, as you've seen. You must use the 'process' command instead. See the documentation for details.

It should be noted the 'process' will work with scripted pages you create. System pages like /_Search and /_Index aren't really pages, and cannot be included this way.  Most, if not all, of these pages can be fairly easily recreated in a Scripted Page using the API, however.