diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-04-30 16:59:07 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-04-30 16:59:07 +0200 |
| commit | 10b3e68c049cc0830584e535b9273ec1c7745450 (patch) | |
| tree | 59d9eb85033dbc02b33eb7a92c252d87bd835ba0 /themes | |
| parent | 2a8b46329775b8503519d432a52dba13e8547d8e (diff) | |
cms fixes + suche
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> |
