Skip to content
Snippets Groups Projects
Commit b6512ef8 authored by Seth Meranda's avatar Seth Meranda
Browse files

Added search box for testing purposes. Still need to come up with UI and placement.

parent bb92f115
No related branches found
No related tags found
No related merge requests found
......@@ -76,4 +76,10 @@
<?php
}
?>
</ul>
\ No newline at end of file
</ul>
<div id="elgg_topbar_container_search">
<form id="searchform" action="<?php echo $vars['url']; ?>search/" method="get">
<input type="text" size="21" name="tag" value="Search" onclick="if (this.value=='Search') { this.value='' }" class="search_input" />
<input type="submit" value="Go" class="search_submit_button" />
</form>
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment