Skip to content
Snippets Groups Projects
Commit 122b2b52 authored by kairo's avatar kairo
Browse files

add linked feed icon where news are displayed

parent 35ba8f2e
No related branches found
No related tags found
No related merge requests found
src/images/feed.png

3.47 KiB

......@@ -84,7 +84,9 @@
<a href="http://www.mozilla.org/foundation/">Mozilla Foundation</a>.
</p>
<h2><a href="news">Project News</a></h2>
<h2><div class="feedlink"><a href="news-atom"
title="SeaMonkey News - Atom 1.0 feed"><img src="/images/feed.png"
height="16" width="16" alt=""></a></div><a href="news">Project News</a></h2>
[%- USE date(format = '%B %e, %Y', locale = 'en_US') -%]
[% USE newsfeed = XML::Simple(
......
......@@ -16,7 +16,10 @@
<title>SeaMonkey News</title>
</head>
<body>
<h1>SeaMonkey Project News</h1>
<h1><div class="feedlink"><a href="news-atom"
title="SeaMonkey News - Atom 1.0 feed"><img src="/images/feed.png"
height="16" width="16" alt=""></a></div>SeaMonkey Project News</h1>
[%- USE date(format = '%B %e, %Y', locale = 'en_US') -%]
[% USE newsfeed = XML::Simple(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment