NAVIGATION
This shows you the differences between two versions of the page.
|
english:phpwcms-system:admin:template [2009/10/24 13:22] Knut Heermann (flip-flop) |
english:phpwcms-system:admin:template [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| {{indexmenu_n>20}} | {{indexmenu_n>20}} | ||
| - | ===== Template ===== | + | ===== template ===== |
| ===== Create your own template ===== | ===== Create your own template ===== | ||
| Line 11: | Line 11: | ||
| **Admin --> page layout** | **Admin --> page layout** | ||
| - | Every template needs a [[:english:phpwcms-system:admin:page-layout|page layout]]. Therin you can switch basic parameters. //(One page layout can use by more then one template).// | + | Each template needs a [[:english:phpwcms-system:admin:page-layout|page layout]]. Therin you can switch basic parameters. //(One and the same page layout can be connected to more than one template).// |
| ==== 2) Creation of a template ==== | ==== 2) Creation of a template ==== | ||
| 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 | ||