<?php
/**
 * This file is part of 
 * pragmaMx - Web Content Management System.
 * Copyright by pragmaMx Developer Team - http://www.pragmamx.org
 *
 * pragmaMx is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * $Revision: 1.6.6.3 $
 * $Author: tora60 $
 * $Date: 2009/10/05 07:33:58 $
 */

defined('mxMainFileLoaded') or die('access denied');

$mxblockcache = true;
ob_start();
?>

<form method="get" action="modules.php">
<input type="hidden" name="name" value="Search" />
<input type="text" size="20" name="query" value="<?php echo _SEARCH ?>..." onfocus="this.value = '';" onblur="if(this.value=='') this.value='<?php echo _SEARCH ?>...';" />
<input type="submit" value="<?php echo _SEARCH ?>" />
</form>

<?php
$content = ob_get_clean();
?>