| Author |
Message |
jpr Member
|
# Posted: 18 Nov 2005 18:44:45
i have deleted some code about calendar in the style file inside the template edit but the calendar stil appears.
how to erase it?
|
Blogzor Admin
|
# Posted: 18 Nov 2005 21:00:18
What is the name of your blog and what is the skin that you are using?
|
jpr Member
|
# Posted: 19 Nov 2005 04:42:54
well the blog is experiment.blogzor.com and i'm using the mac-stripe.
however i'd like to know how to do it for all templates if possible
|
Blogzor Admin
|
# Posted: 28 Nov 2005 22:31:00
Sorry we missed getting back to you before now. Edit the template called: "footer.template" and remove the following code:
<div class="sidetitle">{$locale->tr("calendar")|capitalize}</div>
<div class="side">
<div align="center">
{$calendar}
</div>
</div>
|