|
樣版 1 的寫法如下:
| templates/test5_1.htm: |
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=big5"> <title><{$title}></title> </head> <body> <{include file="test5_2.htm"}><br /> <{include file=$dyn_page}> <{include file="test5_4.htm" custom_var="自訂變數的內容"}> </body> </html>
|
樣版 2 的寫法如下: 数据挖掘论坛
| templates/test5_2.htm: |
<{$content}>
|
樣版 3 的寫法如下: 数据挖掘论坛
| templates/test5_3.htm: |
這是樣版 3 的內容
|
樣版 4 的寫法如下:
|
|
|