You are here

google-appliance-theme-form.tpl.php in Google Search Appliance 6.2

google-appliance-theme-form.tpl.php Default theme implementation for displaying a google appliance search form.

Available variables:

  • $form: The complete search form ready for print.

File

google-appliance-theme-form.tpl.php
View source
<?php

/**
 * @file google-appliance-theme-form.tpl.php
 * Default theme implementation for displaying a google appliance search form.
 *
 * Available variables:
 * - $form: The complete search form ready for print.
 */
print $form;