Function __global->render_catalogue_entry_box
Definitions
sources/catalogues.php
- Render a catalogue entry box.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$row | array | required parameter | N/A | N/A | Catalogue row |
$zone | ID_TEXT | _SEARCH | N/A | N/A | Zone to link through to |
$give_context | boolean | True | N/A | N/A | Whether to include context (i.e. say WHAT this is, not just show the actual content) |
$include_breadcrumbs | boolean | True | N/A | N/A | Whether to include breadcrumbs (if there are any) |
$root | ?AUTO_LINK | Null | N/A | N/A | Virtual root to use (null: none) |
$guid | ID_TEXT | Blank (empty string) | N/A | N/A | Overridden GUID to send to templates (blank: none) |
Return
- The catalogue box
- Type: Tempcode
- Set: N/A
- Range: N/A