Bug 357862.
Rustico dropped favicon, rss feeds, meta keywords from <head> r=Shaver git-svn-id: svn://10.0.0.236/trunk@214160 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
8e7a80c355
commit
78f45b9682
@ -14,11 +14,17 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<title>{if $title}{$title} | {/if}{$app|capitalize} Add-ons | Mozilla Corporation</title>
|
||||
<meta name="keywords" content="Mozilla add-ons, Mozilla, Extensions, Themes, Plugins, Dictionaries, Search plugins, Firefox"/>
|
||||
<link rel="stylesheet" type="text/css" href="{$config.webpath}/css/rustico/addons-rustico.css" media="screen"/>
|
||||
<link rel="stylesheet" type="text/css" href="{$config.webpath}/css/forms.css" media="screen"/>
|
||||
<link rel="alternate" type="application/rss+xml" title="New Firefox Extensions" href="{$config.webpath}/firefox/extensions/newest/"/>
|
||||
<link rel="home" title="Home" href="https://addons.mozilla.org/"/>
|
||||
<link rel="icon" href="{$config.webpath}/images/favicon.ico" type="image/png"/>
|
||||
<script src="{$config.webpath}/js/install.js" type="text/javascript"></script>
|
||||
<script src="{$config.webpath}/js/search.js" type="text/javascript"></script>
|
||||
<script src="{$config.webpath}/js/search-plugin.js" type="text/javascript"></script>
|
||||
<script src="{$config.webpath}/js/search-plugin.js" type="text/javascript"></script>
|
||||
{if $extraHeaders}
|
||||
{$extraHeaders}
|
||||
{/if}
|
||||
</head>
|
||||
|
||||
<body id="mozilla-com">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user