NAVIGATION
This shows you the differences between two versions of the page.
|
english:technics:system-variables:templates [2011/11/24 11:00] Knut Heermann (flip-flop) |
english:technics:system-variables:templates [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| - $block['layout'] // layout: [layout-No.] | - $block['layout'] // layout: [layout-No.] | ||
| - | - $block['htmlhead'] // Content HTML head: <head> | + | - $block['overwrite'] // settings: [default|Name of the PHP file in /template/inc_settings/template_default/] |
| - | - $block["css"] // CSS file: Output into an array e.g. Array([0] => style.css [1] => frontend.css [2] => nav_horiz_drop_down.css) | + | - $block["css"] // CSS file: Output into an array e.g. Array([0] => frontend.css [1] => nav_horiz_drop_down.css) |
| + | - $block['htmlhead'] // Content HTML head: <head> | ||
| - $block['jslib'] // JS Library: [Lib name] | - $block['jslib'] // JS Library: [Lib name] | ||
| Line 26: | Line 27: | ||
| - $block['maintext'] // Content main: [Content] | - $block['maintext'] // Content main: [Content] | ||
| - $block['footertext'] // Content footer: [Content] | - $block['footertext'] // Content footer: [Content] | ||
| - | - $block['leftttext'] // Content left: [Content] | + | - $block['lefttext'] // Content left: [Content] |
| - $block['righttext'] // Content right: [Content] | - $block['righttext'] // Content right: [Content] | ||