You are here

simple.inc in Panels 7.3

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

File

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

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