aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-04-10 21:56:16 -0700
committerredmatrix <git@macgirvin.com>2016-04-10 21:56:16 -0700
commit0269825bc09c2e41a46992cc0bb6415a1e39e0c7 (patch)
tree9f0ac927ec232d156b13997fffc5324a7ee5ee9e /boot.php
parent5cb3143c0448834f7bd164320bec15ef2a030c52 (diff)
downloadvolse-hubzilla-0269825bc09c2e41a46992cc0bb6415a1e39e0c7.tar.gz
volse-hubzilla-0269825bc09c2e41a46992cc0bb6415a1e39e0c7.tar.bz2
volse-hubzilla-0269825bc09c2e41a46992cc0bb6415a1e39e0c7.zip
localise the opensearch link
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 40c49df82..682eafd59 100755
--- a/boot.php
+++ b/boot.php
@@ -1069,6 +1069,7 @@ class App {
'$local_channel' => local_channel(),
'$metas' => self::$meta->get(),
'$update_interval' => $interval,
+ 'osearch' => sprintf( t('Search %1$s (%2$s)','opensearch'), Zotlabs\Project\System::get_site_name(), t('$Projectname','opensearch')),
'$icon' => head_get_icon(),
'$head_css' => head_get_css(),
'$head_js' => head_get_js(),