You are here

single_pane.inc in Panels 6.3

File

plugins/display_renderers/single_pane.inc
View source
<?php

$plugin = array(
  'handler' => array(
    'class' => 'panels_renderer_single_pane',
    'parent' => 'standard',
  ),
);