GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
deprecated/list-header.php
Go to the documentation of this file.
1 <?php
2 /**
3  * Display above the entries loop when using a list layout
4  *
5  * @package GravityView
6  * @subpackage GravityView/templates
7  *
8  * @global GravityView_View $this
9  */
10 ?>
11 <?php gravityview_before(); ?>
12 <div class="<?php gv_container_class('gv-list-container gv-list-multiple-container'); ?>">
13  <?php gravityview_header(); ?>
gravityview_header()
Definition: class-api.php:1216
gravityview_before()
Definition: class-api.php:1187