summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-05-13 16:51:28 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-05-13 16:51:28 +0200
commit94bdb31c204cdae3ca820828d4731f11f6ffeeae (patch)
tree957a63d27379789d808737e6fb8b88ea651d5c1c /themes
parenta6cd00ec233d1c7676d75224900ed1543130ac94 (diff)
Suche fast fertig
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>