歡迎光臨, 訪客. 請先 登入註冊一個帳號.
十一月 23, 2024, 03:35:31 下午
19595 文章 在 3865 主題 由 4579 會員
最新註冊會員: aa123aa1
  列出文章
頁: [1]
1  開發 / 模版設計 / 如何每個分類文章頁面頂端都會不同的FLASH或圖片 於: 十月 16, 2005, 11:15:17 下午
幫幫我~ :'(當我點不同的文章分類時,如何讓每個頁面頂端的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)} 這段,我應該如下手啊,救救我吧~
頁: [1]