You are here

draggableviews-view-draggabletable-form.tpl.php in DraggableViews 7

File

draggableviews-view-draggabletable-form.tpl.php
View source
<?php

/**
 * @file
 * Template to merge the views output with some module-specific output.
 *
 * - $view: The view output.
 * - $form: All rendered form elements.
 */
print $view;
print $form_elements;