Rev 13075 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13075 | Rev 18196 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | !if $phtml != $empty |
2 | !if $phtml != $empty |
3 | !changeto pages/$phtml |
3 | !changeto pages/$phtml |
4 | !endif |
4 | !endif |
5 | 5 | ||
6 | !header |
6 | !header |
7 | 7 | ||
8 | !if $lang=cn |
8 | !if $lang=cn |
9 | ±¾Ä£¿é¹©·ÅÖà light phtml Ö®ÓÃ. |
9 | ±¾Ä£¿é¹©·ÅÖà light phtml Ö®ÓÃ. |
10 | Èç¹ûÄã²»Ö¸Ã÷ phtml ÎļþÃû¶øµ÷ÓÃËü, Ëü½«Ê²Ã´ÊÂÒ²²»¸É. |
10 | Èç¹ûÄã²»Ö¸Ã÷ phtml ÎļþÃû¶øµ÷ÓÃËü, Ëü½«Ê²Ã´ÊÂÒ²²»¸É. |
11 | !endif |
11 | !endif |
12 | - | ||
13 | !if $lang iswordof en fr tw |
12 | !if $lang iswordof en fr tw |
14 | This is a module housing light phtml files. If you call it without |
13 | This is a module housing light phtml files. If you call it without |
15 | specifying the name of the phtml file, it does nothing. |
14 | specifying the name of the phtml file, it does nothing. |
16 | !endif |
15 | !endif |
17 | !if $lang=nl |
16 | !if $lang=nl |
18 | Deze module bevat light phtml file. |
17 | Deze module bevat light phtml file. |
19 | Wanneer deze module wordt opgeroepen zonder de naam van de phtml file, doet deze module niets. |
18 | Wanneer deze module wordt opgeroepen zonder de naam van de phtml file, doet deze module niets. |
20 | !endif |
19 | !endif |
21 | - | ||
22 | - | ||
23 | !if $lang iswordof es |
20 | !if $lang iswordof es |
24 | Este módulo es un almacen de archivos phtml. Si lo llamas sin |
21 | Este módulo es un almacen de archivos phtml. Si lo llamas sin |
25 | especificar el nombre del archivo phtml, no hace nada. |
22 | especificar el nombre del archivo phtml, no hace nada. |
26 | !endif |
23 | !endif |
27 | 24 | ||
28 | :end |
25 | :end |
29 | !tail |
26 | !tail |
30 | - |