123456789101112131415161718192021222324252627282930313233343536373839 |
- <?php
- ?>
- <div>
- <?php if (empty($variables['form']['#block']->subject)): ?>
- <h2 class="element-invisible"><?php print t('Search form'); ?></h2>
- <?php endif; ?>
- <?php print $search_form; ?>
- </div>
|