幫幫我~ :'(當我點不同的文章分類時,如何讓每個頁面頂端的FLASH都會變換不同的主題,
我試著在header.template的尾端加上這段
{if ($postCategoryId==2)}
<embed src="{$url->getTemplateFile("images/001.swf")}" quality="high" type="application/x-shockwave-flash" width="766" height="250"> </embed>
{elseif ($postCategoryId==3)}
<embed src="{$url->getTemplateFile("images/002.swf")}" quality="high" type="application/x-shockwave-flash" width="766" height="250"> </embed>
{elseif ($postCategoryId==4)}
<embed src="{$url->getTemplateFile("images/003.swf")}" quality="high" type="application/x-shockwave-flash" width="766" height="250"> </embed>
{/if}
可是我發現$postCategoryId的值並沒有隨著點選不的分類文章連結而有所改變
{if ($postCategoryId==2)} 這段,我應該如下手啊,救救我吧~