favicon to global dir
This commit is contained in:
parent
34f83f184c
commit
19e37cbf3d
2 changed files with 10 additions and 7 deletions
|
@ -5,6 +5,9 @@
|
|||
<!--[if IE]>
|
||||
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<link rel="shortcut icon" href="$baseurl/images/friendica-32.png" />
|
||||
|
||||
<script type="text/javascript" src="$baseurl/include/jquery.js" ></script>
|
||||
<script type="text/javascript" src="$baseurl/include/main.js" ></script>
|
||||
<link rel="search" type="application/opensearchdescription+xml" title="Friendica Global Directory" href="$baseurl/opensearch" />
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
|
||||
xmlns:moz="http://www.mozilla.org/2006/browser/search/">
|
||||
<ShortName>Friendika Global Directory</ShortName>
|
||||
<Description>Search Friendika Global Directory</Description>
|
||||
<ShortName>Friendica Global Directory</ShortName>
|
||||
<Description>Search Friendica Global Directory</Description>
|
||||
<InputEncoding>UTF-8</InputEncoding>
|
||||
<Image width="16" height="16" type="image/x-icon">http://dir.friendika.com/images/friendika-16.ico</Image>
|
||||
<Image width="64" height="64" type="image/png">http://dir.friendika.com/images/friendika-64.png</Image>
|
||||
<Url type="text/html" method="GET" template="http://dir.friendika.com/directory">
|
||||
<Image width="16" height="16" type="image/x-icon">http://dir.friendica.com/images/friendica-16.ico</Image>
|
||||
<Image width="64" height="64" type="image/png">http://dir.friendica.com/images/friendica-64.png</Image>
|
||||
<Url type="text/html" method="GET" template="http://dir.friendica.com/directory">
|
||||
<Param name="search" value="{searchTerms}"/>
|
||||
</Url>
|
||||
|
||||
<moz:SearchForm>http://dir.friendika.com</moz:SearchForm>
|
||||
</OpenSearchDescription>
|
||||
<moz:SearchForm>http://dir.friendica.com</moz:SearchForm>
|
||||
</OpenSearchDescription>
|
||||
|
|
Loading…
Reference in a new issue