NAVIGATION
This shows you the differences between two versions of the page.
|
english:technics:system-variables:templates [2011/11/24 10:04] Knut Heermann (flip-flop) |
english:technics:system-variables:templates [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| Have a look: [[english/templates]] | Have a look: [[english/templates]] | ||
| + | \\ | ||
| **System variables:** | **System variables:** | ||
| <file> | <file> | ||
| - | - $block["htmlhead"] // Content HTML head <head> | + | - $block['name'] // name: [Template name] |
| + | - $block['layout'] // layout: [layout-No.] | ||
| + | |||
| + | - $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] => frontend.css [1] => nav_horiz_drop_down.css) | ||
| + | - $block['htmlhead'] // Content HTML head: <head> | ||
| + | |||
| + | - $block['jslib'] // JS Library: [Lib name] | ||
| + | - $block['jslibload'] // always load [0|1] | ||
| + | - $block['googleapi'] // use Google Ajax Lib [0|1] | ||
| + | |||
| + | - $block['frontendjs'] // load frontend.js (more for historical reasons) [0|1] | ||
| + | - $block['jsonload'] // JS onload: [JS string] | ||
| + | - $block['feloginurl'] // FE LoginURL: [url] | ||
| - | - $block['headertext'] // Content header: | + | - $block['headertext'] // Content header: [Content] |
| - | - $block['maintext'] // Content main: | + | - $block['maintext'] // Content main: [Content] |
| - | - $block['footertext'] // Content footer: | + | - $block['footertext'] // Content footer: [Content] |
| - | - $block['leftttext'] // Content left: | + | - $block['lefttext'] // Content left: [Content] |
| - | - $block['righttext'] // Content right: | + | - $block['righttext'] // Content right: [Content] |
| - | - $block['customblock_XXX'] // Content custom blocks XXX | + | - $block['customblock_XXX'] // Content custom blocks XXX [Content] |
| - | - $block['errortext'] // Content error: | + | - $block['errortext'] // Content error: [Content] |
| </file> | </file> | ||