summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/astaf/views/layouts/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/astaf/views/layouts/main.php b/themes/astaf/views/layouts/main.php
index 025952f..1fec929 100644
--- a/themes/astaf/views/layouts/main.php
+++ b/themes/astaf/views/layouts/main.php
@@ -58,7 +58,7 @@
));
?>
- <?php echo CHtml::beginForm(CController::createUrl('/cms/sitecontent/search'),'post',array( 'class'=>'ym-searchform')); ?>
+ <?php echo CHtml::beginForm(CController::createUrl('/search/search'),'post',array( 'class'=>'ym-searchform')); ?>
<input class="ym-searchfield" name="search" id="search" type="search" placeholder="Suchen..." />
<input class="ym-searchbutton" type="submit" value="Suchen" />
</form>