summaryrefslogtreecommitdiff
path: root/protected/modules/cms/components/SearchWidget.php
blob: eee7332288c36d98007ea3b7c85431c93bbdcb09 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
class SearchWidget extends CWidget
{
	public function init()
	{
		parent::init();
		$this->render('search');
	}
} 
?>