1.20.x views_plugin_display.inc views_plugin_display::render_footer()

Render the footer of the view.

File

modules/views/plugins/views_plugin_display.inc, line 2610
Contains the base display plugin.

Class

views_plugin_display
The default display plugin handler. Display plugins handle options and basic mechanisms for different output methods.

Code

function render_footer() {
  $empty = !empty($this->view->result);
  return $this->render_area('footer', $empty);
}