NAVIGATION
This shows you the differences between two versions of the page.
|
english:phpwcms-system:admin:template [2009/10/25 17:29] Claus |
english:phpwcms-system:admin:template [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 19: | Line 19: | ||
| * A template needs a clear name | * A template needs a clear name | ||
| * Select a [[:english:phpwcms-system:admin:page-layout|page layout]] | * Select a [[:english:phpwcms-system:admin:page-layout|page layout]] | ||
| - | * The CSS files witch belonging to the template are put down in **/template/inc_css/*** and are selectable in the field ##css file:##. | + | * The CSS files belonging to the template are stored in **/template/inc_css/*** and are selectable by the pulldown selection field ##css file:##. |
| Line 43: | Line 43: | ||
| <p>My Content</p> | <p>My Content</p> | ||
| {CONTENT} | {CONTENT} | ||
| + | </div> | ||
| </div> | </div> | ||
| </code> | </code> | ||
| Line 66: | Line 67: | ||
| </code> | </code> | ||
| + | \\ | ||
| + | **Have a look: [[english/templates]]** | ||
| - | FIXME | ||