shaver%mozilla.org 78001bd8a8 Basic reskinning of search engines, more invasive tidying to follow.
git-svn-id: svn://10.0.0.236/trunk@213980 18797224-902f-48f8-a5cc-f745e15eee43
2006-10-22 19:51:54 +00:00

24 lines
565 B
PHP

<?php
/**
* Overview provides an inside look at what is going on for an application.
*
* @package amo
* @subpackage docs
*
* @todo Do something to spice up this page.
* @todo Get main template spruced up.
*/
$currentTab = 'search-engines';
startProcessing('search-engines.tpl','searchEngines',$compileId,'rustico');
require_once('includes.php');
// Assign template variables.
$tpl->assign(
array( 'title' => 'Search Engines',
'currentTab' => $currentTab,
'content' => 'search-engines.tpl')
);
?>