summaryrefslogtreecommitdiff
path: root/actions/opensearch.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-11-08 21:23:09 -0500
committerEvan Prodromou <evan@status.net>2009-11-08 21:23:09 -0500
commit76b0e6e6f4151235d5032d1aa90f0937b415bd87 (patch)
tree47ef20a3cd3d6ef9ace200be56af16d9b3e02965 /actions/opensearch.php
parent7ee9737ef67fded89fb51602b06c8f77fba97bb1 (diff)
parentf086dddf43a8e1593a615e77c2fdd605623acf49 (diff)
Merge branch '0.9.x' into adminpanel
Diffstat (limited to 'actions/opensearch.php')
-rw-r--r--actions/opensearch.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/opensearch.php b/actions/opensearch.php
index d5e6698f3..8ebb5fc82 100644
--- a/actions/opensearch.php
+++ b/actions/opensearch.php
@@ -61,7 +61,7 @@ class OpensearchAction extends Action
$short_name = '';
if ($type == 'people') {
$type = 'peoplesearch';
- $short_name = _('People Search');
+ $short_name = _('User Search');
} else {
$type = 'noticesearch';
$short_name = _('Notice Search');
@@ -75,7 +75,7 @@ class OpensearchAction extends Action
$this->element('Url', array('type' => 'text/html', 'method' => 'get',
'template' => str_replace('---', '{searchTerms}', common_local_url($type, array('q' => '---')))));
$this->element('Image', array('height' => 16, 'width' => 16, 'type' => 'image/vnd.microsoft.icon'), common_path('favicon.ico'));
- $this->element('Image', array('height' => 50, 'width' => 50, 'type' => 'image/png'), theme_path('logo.png'));
+ $this->element('Image', array('height' => 50, 'width' => 50, 'type' => 'image/png'), Theme::path('logo.png'));
$this->element('AdultContent', null, 'false');
$this->element('Language', null, common_language());
$this->element('OutputEncoding', null, 'UTF-8');