You are here

function theme_panels_ipe_region_wrapper in Panels 6.3

Same name and namespace in other branches
  1. 7.3 panels_ipe/panels_ipe.module \theme_panels_ipe_region_wrapper()
1 theme call to theme_panels_ipe_region_wrapper()
panels_renderer_ipe::render_region in panels_ipe/plugins/display_renderers/panels_renderer_ipe.class.php
Add an 'empty' pane placeholder above all the normal panes.

File

panels_ipe/panels_ipe.module, line 107

Code

function theme_panels_ipe_region_wrapper($output, $region_id, $display) {
  return $output;
}