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