diff options
author | friendica <info@friendica.com> | 2013-11-23 12:24:36 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-23 12:24:36 -0800 |
commit | 49488a636391433f43ccdd4932d445b063260b30 (patch) | |
tree | 93bd14ee31254d27e0b8310c062721f0428a31b5 /view/tpl/opensearch.tpl | |
parent | b7c39e7ac937f87824c0e0bf19bb4def167709b9 (diff) | |
parent | d126c2bcaae4c25eda03b99b4422398ad781c582 (diff) | |
download | volse-hubzilla-49488a636391433f43ccdd4932d445b063260b30.tar.gz volse-hubzilla-49488a636391433f43ccdd4932d445b063260b30.tar.bz2 volse-hubzilla-49488a636391433f43ccdd4932d445b063260b30.zip |
Merge pull request #213 from tuscanhobbit/master
replaced icons and shade of red
Diffstat (limited to 'view/tpl/opensearch.tpl')
-rwxr-xr-x | view/tpl/opensearch.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/opensearch.tpl b/view/tpl/opensearch.tpl index 26fb5a799..ea260c6ae 100755 --- a/view/tpl/opensearch.tpl +++ b/view/tpl/opensearch.tpl @@ -3,11 +3,11 @@ <ShortName>Red Matrix@{{$nodename}}</ShortName> <Description>Search in The Red Matrix@{{$nodename}}</Description> <Contact>http://github.com/friendica/red/</Contact> - <Image height="16" width="16" type="image/png">{{$baseurl}}/images/rhash-16.png</Image> - <Image height="64" width="64" type="image/png">{{$baseurl}}/images/rhash-64.png</Image> + <Image height="16" width="16" type="image/png">{{$baseurl}}/images/rm-16.png</Image> + <Image height="64" width="64" type="image/png">{{$baseurl}}/images/rm-64.png</Image> <Url type="text/html" template="{{$baseurl}}/search?search={searchTerms}"/> <Url type="application/opensearchdescription+xml" rel="self" template="{{$baseurl}}/opensearch" /> -</OpenSearchDescription>
\ No newline at end of file +</OpenSearchDescription> |