aboutsummaryrefslogtreecommitdiffstats
path: root/404.php
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2014-03-16 21:56:34 +0000
committerManuel Hiebel <leuhmanu@mageia.org>2014-03-16 21:56:34 +0000
commita8f96f21024aaab5cbc5072a069de2593ffd8349 (patch)
tree809dda5cb6fe7c538a47e2ddf7a01c72ef6dfdda /404.php
parent10d729e74155491b57a179d3eaca757c1926cd51 (diff)
downloadwww-a8f96f21024aaab5cbc5072a069de2593ffd8349.tar
www-a8f96f21024aaab5cbc5072a069de2593ffd8349.tar.gz
www-a8f96f21024aaab5cbc5072a069de2593ffd8349.tar.bz2
www-a8f96f21024aaab5cbc5072a069de2593ffd8349.tar.xz
www-a8f96f21024aaab5cbc5072a069de2593ffd8349.zip
fix ddg query and add affiliate
Diffstat (limited to '404.php')
-rw-r--r--404.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/404.php b/404.php
index a579260a6..5be410ceb 100644
--- a/404.php
+++ b/404.php
@@ -26,7 +26,7 @@ $locale = ($locale == '404' ? 'en' : $locale);
<div class="para values">
<ul class="hl"><?php
_g('Try searching it on <a href="%s">mageia.org site map</a>,', array("/$locale/map/"), 'li');
- _g('or try to <a href="%s">search with DuckDuckGo</a>.', array('https://duckduckgo.com/?q=site%mageia.org'), 'li');
+ _g('or try to <a href="%s">search with DuckDuckGo</a>.', array('https://duckduckgo.com/q=site%3Amageia.org&t=mageia'), 'li');
?></ul>
</div>
</div>