groups

name language licence
x PHP GPL 2
nav PHP GPL 2
searchform PHP GPL 2
sidebar (w/twitter) PHP GPL 2
index PHP GPL 2
slider CSS GPL 2
home PHP GPL 2
page PHP GPL 2

< 1 2 3 4 5 6 7 8 9 10 11 12 >



language: PHP
licence: GPL 2

searchform

options: view full snippetsend to code collector
<!-- <?php if (!is_search()) {

		// Default search text
		$search_text = "Search";

	} else { $search_text = "$s"; }
?>

<div id="search-form">	
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
<div><input type="text" value="<?php the_search_query(); ?>" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form>
</div>/search-form -->
	
(Continues...)