Difference between revisions of "How to edit .thtml theme files"
From JReviews Documentation
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
+ | JReviews themes use .thtml files which are "php + html" template files. To modify .thtml files, you need a text editor. Any text editor like notepad would work, but it's better to use more powerful code editors with syntax highlighting and other features. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | == Some of the popular code editors == | ||
− | + | * [http://notepad-plus-plus.org/ Notepad++] (Windows) - free | |
+ | * [http://www.barebones.com/products/textwrangler/ TextWrangler] (Mac) - free | ||
+ | * [http://www.jedit.org/ jEdit] (Windows, Linux, Mac) - free | ||
+ | * [http://www.sublimetext.com/ Sublime Text] (Windows, Linux, Mac) - commercialMost of the code editors will display .thtml files as regular text, without syntax highlighting by default, but in each of them you can enable PHP highlighting for .thtml files. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Themes]] | [[Category:Themes]] | ||
[[Category:Tools]] | [[Category:Tools]] |
Revision as of 13:55, 6 January 2014
JReviews themes use .thtml files which are "php + html" template files. To modify .thtml files, you need a text editor. Any text editor like notepad would work, but it's better to use more powerful code editors with syntax highlighting and other features.
Some of the popular code editors
- Notepad++ (Windows) - free
- TextWrangler (Mac) - free
- jEdit (Windows, Linux, Mac) - free
- Sublime Text (Windows, Linux, Mac) - commercialMost of the code editors will display .thtml files as regular text, without syntax highlighting by default, but in each of them you can enable PHP highlighting for .thtml files.