simple.inc in Panels 7.3
Same filename in this branch
Same filename and directory in other branches
File
plugins/display_renderers/simple.incView 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',
);