You are here

function panels_everywhere_pane_navigation_content_type_render in Panels Everywhere 7

Same name and namespace in other branches
  1. 6 plugins/content_types/pane_navigation.inc \panels_everywhere_pane_navigation_content_type_render()

File

plugins/content_types/pane_navigation.inc, line 18

Code

function panels_everywhere_pane_navigation_content_type_render($subtype, $conf, $panel_args) {
  $block = new stdClass();
  $block->content = theme('pane_navigation');
  return $block;
}