diff options
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/astaf/views/layouts/main.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/themes/astaf/views/layouts/main.php b/themes/astaf/views/layouts/main.php index 147e6a6..4152c44 100644 --- a/themes/astaf/views/layouts/main.php +++ b/themes/astaf/views/layouts/main.php @@ -52,9 +52,10 @@ ) )); ?> - - <form class="ym-searchform"> - <input class="ym-searchfield" type="search" placeholder="Suchen..." /> + <?php //$this->widget('cms.components.SearchWidget');?> + <?php echo CHtml::beginForm(CController::createUrl('/cms/sitecontent/search'),'post',array( 'class'=>'ym-searchform')); ?> + <!-- <form class="ym-searchform" > --> + <input class="ym-searchfield" name="search" id="search" type="search" placeholder="Suchen..." /> <input class="ym-searchbutton" type="submit" value="Suchen" /> </form> </div> |
