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. | 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 == | == Some of the popular code editors == | ||
Line 8: | Line 6: | ||
* [http://www.barebones.com/products/textwrangler/ TextWrangler] (Mac) - free | * [http://www.barebones.com/products/textwrangler/ TextWrangler] (Mac) - free | ||
* [http://www.jedit.org/ jEdit] (Windows, Linux, Mac) - free | * [http://www.jedit.org/ jEdit] (Windows, Linux, Mac) - free | ||
− | * [http://www.sublimetext.com/ Sublime Text] (Windows, Linux, Mac) - | + | * [http://www.sublimetext.com/ Sublime Text] (Windows, Linux, Mac) - commercial |
+ | |||
+ | Most 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. | ||
Latest 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) - commercial
Most 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.