顯示的這一段是要放在模板裡面,但是放在不同的地方會影響畫面顯示的效果,不同的模板的不同位置,顯示也可能有差別。
所以請先將您所用的模板名稱,您將程式擺在哪個檔案,以及這段程式擺放的位置貼在板上,才方便大家幫您看問題。
這是我的head.template,農民曆就放在紅色字的地方,測試結果,程式以下的地方完全不顯示(這包括post.template及panel.template也是如此)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml" xml:lang="{$locale->getLanguageId()}" lang="{$locale->getLanguageId()}" dir="{$locale->getDirection()}">
<head>
<meta http-equiv="Content-Type" content="text/html;charset={$locale->getCharset()}" />
<meta name="generator" content="{$version}" />
<meta http-equiv="Content-Language" content="{$locale->getLanguageId()}" />
<title>{$blog->getBlog()}{$postPageTitle}</title>
<link rel="stylesheet" title="Default" href="{$url->getTemplateFile("style.css")}" type="text/css" />
<link rel="alternate" type="text/xml" title="RSS 2.0" href="{$url->rssLink("rss20")}" />
<link rel="alternate" type="text/xml" title="RSS 1.0" href="{$url->rssLink("rss10")}" />
<link rel="alternate" type="text/xml" title="RSS 0.90" href="{$url->rssLink("rss090")}" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="{$url->rssLink("atom")}" />
</head>
<body>
<div id="rap">
<ul id="topnav">
<li>
{if !empty($lunar)}
{if $lunar->isEnabled()}
{$lunar->show()}
{/if}
{/if}
</li> <li><a href="{$url->blogLink()}">{$locale->tr("main")}</a>|</li>
<li><a href="{$url->getAdminUrl()}" accesskey="2">{$locale->tr("dashboard")}</a>|</li>
<li><a href="{$url->albumLink()}">{$locale->tr("albums")}</a>|</li>
</ul>
<div id="header">
<h1><a href="{$url->blogLink()}" accesskey="1"> {$blog->getBlog()}</a></h1>
<div class="description">{$blog->getAbout()}</div>
</div>
<hr />