You are here

simple.inc in Panels 6.3

Same filename in this branch
  1. 6.3 plugins/display_renderers/simple.inc
  2. 6.3 plugins/cache/simple.inc
Same filename and directory in other branches
  1. 7.3 plugins/display_renderers/simple.inc

File

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

/**
 * Create a simple renderer plugin that renders a layout but the content is
 * already rendered, not in panes.
 */
$plugin = array(
  'handler' => array(
    'class' => 'panels_renderer_simple',
    'parent' => 'standard',
  ),
);