1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <title>Theme Editor</title> |
---|
5 | </head> |
---|
6 | |
---|
7 | <body> |
---|
8 | <h4>Theme Editor</h4> |
---|
9 | <p>The Theme Editor allows you to modify the template files, the stylesheets and the Javascript files of the theme you are currently using.</p> |
---|
10 | |
---|
11 | <p>The file list on the right is divided in four sections:</p> |
---|
12 | <ul> |
---|
13 | <li>Template files</li> |
---|
14 | <li>CSS files (stylesheets)</li> |
---|
15 | <li>Javascript files</li> |
---|
16 | <li>Locales files (files used for translation)</li> |
---|
17 | </ul> |
---|
18 | |
---|
19 | <p>Each section of files may have three sub-sections :</p> |
---|
20 | <ul> |
---|
21 | <li>Files belonging to the current theme</li> |
---|
22 | <li>Files belonging to the parent theme</li> |
---|
23 | <li>Files belonging to the template set</li> |
---|
24 | </ul> |
---|
25 | |
---|
26 | <p>The bullet in front of each file can have three different colors:</p> |
---|
27 | <ul> |
---|
28 | <li><strong>Yellow </strong> means it belongs to the current theme.</li> |
---|
29 | <li><strong>Red </strong> means it belongs to a parent theme.</li> |
---|
30 | <li><strong>Black</strong> means it is in the template set.</li> |
---|
31 | </ul> |
---|
32 | |
---|
33 | <p>The files belonging to the current theme are also in bold.</p> |
---|
34 | |
---|
35 | <h4>File mofidication</h4> |
---|
36 | <p>To modify a file, click on its name. Its content will be displayed in the editor. If the file can be overwritten you will be able to save it by pressing the <strong>Save (s)</strong> button.</p> |
---|
37 | |
---|
38 | <p>Be careful: Modifications are applied immediately after saving.</p> |
---|
39 | |
---|
40 | <p>If you modify a file that comes from the template set or the parent theme, the file will be copied into your current theme.</p> |
---|
41 | |
---|
42 | <h4>Syntax highlighting</h4> |
---|
43 | <p>You can activate the syntax highlighting in <a href="preferences.php#user-options">your preferences</a> (in <strong>My options</strong> tab).</p> |
---|
44 | |
---|
45 | <h4>Further reading</h4> |
---|
46 | <p>To edit your template files, please check the <a href="http://dotclear.org/documentation/2.0/resources/themes/tags">list of template tags</a>.</p> |
---|
47 | |
---|
48 | </body> |
---|
49 | </html> |
---|