Rev 13075 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !if $phtml != $empty |
||
3 | !changeto pages/$phtml |
||
4 | !endif |
||
5 | |||
6 | !header |
||
7 | |||
8 | !if $lang=cn |
||
9 | 本模块供放置 light phtml 之用. |
||
10 | 如果你不指明 phtml 文件名而调用它, 它将什么事也不干. |
||
11 | !endif |
||
12 | |||
13 | !if $lang iswordof en fr tw |
||
14 | This is a module housing light phtml files. If you call it without |
||
15 | specifying the name of the phtml file, it does nothing. |
||
16 | !endif |
||
17 | !if $lang=nl |
||
18 | Deze module bevat light phtml file. |
||
19 | Wanneer deze module wordt opgeroepen zonder de naam van de phtml file, doet deze module niets. |
||
20 | !endif |
||
21 | |||
22 | |||
23 | !if $lang iswordof es |
||
24 | Este m骴ulo es un almacen de archivos phtml. Si lo llamas sin |
||
25 | especificar el nombre del archivo phtml, no hace nada. |
||
26 | !endif |
||
27 | |||
28 | :end |
||
29 | !tail |
||
30 |