Phpfaber Cms Module Search > Search / Blocks / Search.php

Questions? Need Help? Want to share? » PHP Forum
Script Name:
Phpfaber Cms Module Search

Download:
phpfaber-cms-module-search.zip

Category:
Search Engines

Archive Content:

Search > Blocks

Search > Includes

Search

Search > Templates > Admin

Search > Templates > Languages > En

Search > Templates

Search.php:


<?php

// -----------------------------------------------------------------------------
//
// phpFaber CMS v.1.0
// Copyright(C),  phpFaber LLC,  2004-2005,  All Rights Reserved.
// E-mail: products <at> phpfaber <dot> com
//
// All forms of reproduction,  including,  but not limited to,  internet posting,
// printing,  e-mailing,  faxing and recording are strictly prohibited.
// One license required per site running phpFaber CMS.
// To obtain a license for using phpFaber CMS,  please register at
// http://www.phpfaber.com/i/products/cms/
//
// 06:16 PM 08/10/2005
//
// -----------------------------------------------------------------------------

if (!defined('INDEX_INCLUDED')) die('<code>You cannot access this file directly..</code>');

$_BLOCK['Search'] = array(
  
'descr' => 'Search',
);

function 
block_Search(&$tpl)
{
  
$MOD_NAME 'Search';
  if (!
isModuleInstalled($MOD_NAME)) return false;
  
$tpl->Add('search_query',  $_GET['query']);
  
$tpl->Add('search_type',  $_GET['stype']);
}

?>


Other Search Engines Scripts:

WebMaster Resources Home

©RingsWorld.com