Log in

View Full Version : Pulling in new template into another template


moondragon13
06-14-2007, 07:07 AM
I created my own template called header_cp

Now in another template I see:

</head>
<body$onload>
$header
$navbar


When I change $header to $header_cp nothing happens so of course I am doing something wrong. Any ideas on how I can pull my new template in at this spot?

Dismounted
06-14-2007, 07:47 AM
You need to fetch the template via PHP before you can use it.