我已經弄好 domtab
修改 header.template
<ul id="mainnav">
<li><a href="#recentpostTab">文章</a></li>
<li><a href="#commentTab">迴響</a></li>
<li><a href="#trackbackTab">引用</a></li>
<li><a href="#scheduleTab">聯播</a></li>
</ul>
最新文章
<div id="recentpostTab" class="tabcontent" style="display:block;">
<p>
{foreach from=$recentposts item=recentpost}
<img src="imgs/bullet/posts.gif"><a title="{$recentpost->getText()|truncate:150:"..."|strip_tags|escape}" hre
f="{$url->postLink($recentpost)}">{$recentpost->getTopic()}</a><br/>
{/foreach}
</p>
</div>
因為現在還沒有把Smarty搞懂嘍
請教一下
<div id="xxxxTab" class="tabcontent" style="display:none;">
<p>
其他3個Tab這裡要怎麼寫? </p>
</div>