Definition in file block.inc.
Go to the source code of this file.
Functions | |
| panels_block_panels_styles () | |
| theme_panels_block_style_render_pane ($content, $pane, $display) | |
| panels_block_panels_styles | ( | ) |
Implementation of hook_panels_style_info().
Definition at line 15 of file block.inc.
00015 { 00016 return array( 00017 'block' => array( 00018 'title' => t('System block'), 00019 'description' => t('Display the pane as a system block; this is more restrictive than the default.'), 00020 'render pane' => 'panels_block_style_render_pane', 00021 ), 00022 ); 00023 }
| theme_panels_block_style_render_pane | ( | $ | content, | |
| $ | pane, | |||
| $ | display | |||
| ) |
1.5.6