You are here

function panels_display::panels_display in Panels 6.3

File

./panels.module, line 595
panels.module

Class

panels_display
Forms the basis of a panel display

Code

function panels_display() {

  // Set the default renderer to either the legacy or the standard renderer,
  // depending on the legacy rendering state
  $this->renderer = variable_get('panels_legacy_rendering_mode', TRUE) ? 'legacy' : 'standard';
}