What is .tpl files? php, web design

前端 未结 10 1031
伪装坚强ぢ
伪装坚强ぢ 2020-11-29 02:39

A man wants me to redesign a site run in PHP (VideoCMS). But when I asked him to send me the source he has given me *.tpl files instead of *.php. There is some code inside t

10条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-29 03:12

    .tpl is the extension for smarty files. It means "template".

    Tip: if you are using netbeans and you want a correct syntax highlighting for those files:

    • Go to options / tools
    • Under Miscellaneous, select Files tab
    • Click new file extension, enter tpl.
    • In Assiciated file Type (MIME), select HTML Files (text/html)
    • Click ok

提交回复
热议问题