diff options
author | redmatrix <git@macgirvin.com> | 2016-04-10 21:56:16 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-10 21:56:16 -0700 |
commit | 0269825bc09c2e41a46992cc0bb6415a1e39e0c7 (patch) | |
tree | 9f0ac927ec232d156b13997fffc5324a7ee5ee9e /boot.php | |
parent | 5cb3143c0448834f7bd164320bec15ef2a030c52 (diff) | |
download | volse-hubzilla-0269825bc09c2e41a46992cc0bb6415a1e39e0c7.tar.gz volse-hubzilla-0269825bc09c2e41a46992cc0bb6415a1e39e0c7.tar.bz2 volse-hubzilla-0269825bc09c2e41a46992cc0bb6415a1e39e0c7.zip |
localise the opensearch link
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(), |