 includes/functions/display.php
functions
|  render_blocks
void render_blocks(char $side, string $blockfile, string $title, string $content, int $bid, string $url)
Checks which "type" to output depending on left,right,center,bottom and if the content is in a "block" file or RSS (headline) Arguments - $side
contains the character for which blocks to output 'l'=left, 'r'=right, 'c'=center top, 'b'=center bottom
- $blockfile
contains the filename of the block if the block is of type FILE
- $title
the custom title of block
- $content
contains the content of the block when the block is of type HTML
- $bid
ID of the block
- $url
contains the weblink of the block when the block is of type RSS/RDF
|