MarkDown
` 結構,如此可以方便加入連結
3. 在選項連結上,我們也用` index.php?year={$year} `告知` index.php `要取出 `year `為某一年的文章資料
4. 當網址有傳入 `$year` 參數時可以用 `$smarty.get.year` 取得,若是和迴圈讀到的的年度一致,就加入 `active`,使之變成藍底白字。
5. 另一個情況是網址沒有傳入 `$year` 參數時,就改用 `$smarty.now|date_format:'%Y'` [取得現在的年份](https://smarty-php.github.io/smarty/4.x/designers/language-modifiers/language-modifier-date-format/),若是和迴圈讀到的的年度一致,也加入 `active`。
5. 最後看起來像這樣:
![](https://campus-xoops.tn.edu.tw/uploads/tad_book3/image/52/brave_g5bO7jFtHF.png)