Technical Documentation

Show a record

 
Submit data …
ID 628
Category string
Required no
Element $page['style']
Description

defines style of page, might be used to include different page heads or footers, separate css files and so on

Description de
Example
if (!empty($page['style'])) { ?>
    <link rel="stylesheet" type="text/css" href="/layout/gfps-<?php echo $page['style']; ?>.css" media="all">
<?php 
}
Default value
Mother ID $page | [627]
Relation
Updated 26 Jun 2011 23:43:41
IDCategoryReq.Element Action
627arrayyes$page

Relations: zzbrick

Show
631arrayno$page['extra'] User defined values, whatever you want. Access from template to these variables might go via extra_blubb = bla, but just if the variable is not an array (then we'll return `1`)Show
630arrayno$page['head']

Relations: brick_head_format()

Show
629arrayno$page['link'] May be used for page links, e. g. navigational aides. Content of this element may be put inside HTML head element starting `<LINK REL="">` or somewhere else on page (or both). Will be added to $page['head'] automatically

Relations: $page['head']; brick_head_format()

Show
632arrayno$page['meta'] $page['meta'][n]['name'] = ... $page['meta'][n]['content'] = ...

Relations: $page['head']; brick_head_format()

Show
628stringno$page['style'] defines style of page, might be used to include different page heads or footers, separate css files and so onShow

Export (CSV Excel)

6 records total