|
Elgg
Version master
|
Go to the source code of this file.
Variables | |
| $search_class | |
| $search_query = get_input('q') | |
| if (!(bool) elgg_extract( 'show_search_form', $vars, !empty( $search_query))) | |
| $search_class |
Definition at line 23 of file header.php.
| $search_query = get_input('q') |
Definition at line 26 of file header.php.
| if(!(bool) elgg_extract('show_search_form', $vars, !empty($search_query))) | ( | ! | bool) elgg_extract( 'show_search_form', $vars, !empty( $search_query) | ) |
Definition at line 27 of file header.php.