webmaster@1: subject: Block title. webmaster@1: * - $block->content: Block content. webmaster@1: * - $block->module: Module that generated the block. webmaster@1: * - $block->delta: This is a numeric id connected to each module. webmaster@1: * - $block->region: The block region embedding the current block. webmaster@1: * webmaster@1: * Helper variables: webmaster@1: * - $block_zebra: Outputs 'odd' and 'even' dependent on each block region. webmaster@1: * - $zebra: Same output as $block_zebra but independent of any block region. webmaster@1: * - $block_id: Counter dependent on each block region. webmaster@1: * - $id: Same output as $block_id but independent of any block region. webmaster@1: * - $is_front: Flags true when presented in the front page. webmaster@1: * - $logged_in: Flags true when the current user is a logged-in member. webmaster@1: * - $is_admin: Flags true when the current user is an administrator. webmaster@1: * webmaster@1: * @see template_preprocess() webmaster@1: * @see template_preprocess_block() webmaster@1: */ webmaster@1: ?> webmaster@1: