that you would think yes, but the only template where i found $description in is "blog" in this code;
Quote:
div id="content">
<!-- Description -->
<if condition="$show['description']">
<div id="blog_description">$description</div>
</if>
<!-- End Description -->
<if condition="$show['blognav']">
<div id="blog_navbit">$blognavbit</div>
</if>
<!-- main content -->
$content
<!-- End main content -->
</div>
|
and thats the normale homepage