Create a new template under the styles & templates manager. Then add this line to the PHPINCLUDE_START template
PHP Code:
eval('$TEMPLATE = "' . fetch_template('TEMPLATE') . '";');
Where TEMPLATE is the name of the template you want to fetch.
For more information on the creation and insertion of templates into your own pages read my
Using the PHPINCLUDE_START template Tutorial thread.