hhillegas
09-25-2007, 01:45 AM
Howdy,
I have a new style that I'm working on for the blog.
Inside that style, I created several new templates inside the blog template area. I also modified the main BLOG template.
So, I have something like this in BLOG:
<html>
<body>
This is the main jive.
$blog_wucaco_header
</body>
</html>
Where blog_wucaco_header is one of my new templates. The problem is that nothing renders for that line of code - it doesn't include the evaluated contents of $blog_wucaco_header, it just inserts empty space for that line.
What am I missing? What am I doing wrong?
Thanks.
I have a new style that I'm working on for the blog.
Inside that style, I created several new templates inside the blog template area. I also modified the main BLOG template.
So, I have something like this in BLOG:
<html>
<body>
This is the main jive.
$blog_wucaco_header
</body>
</html>
Where blog_wucaco_header is one of my new templates. The problem is that nothing renders for that line of code - it doesn't include the evaluated contents of $blog_wucaco_header, it just inserts empty space for that line.
What am I missing? What am I doing wrong?
Thanks.