Commit 9ef336c6 authored by Leo Iannacone's avatar Leo Iannacone

Fix feed-hover image to being load on ready page

parent b58dd7d9
......@@ -100,7 +100,7 @@
<div class="container">
<h1>Sottoscrizioni</h1>
<p>Le seguenti persone sono membri di questo planet:</p>
<ul>
<ul><img style="display:none" src="libs/img/feed-hover.png" />
<TMPL_LOOP Channels>
<li>
<a class="feed-url" href="<TMPL_VAR url ESCAPE="HTML">" title="(feed)"><img src="libs/img/feed-fake.gif" alt="(feed)" /></a> <a class="feed-name" <TMPL_IF link>href="<TMPL_VAR link ESCAPE="HTML">" </TMPL_IF><TMPL_IF message>class="message" title="<TMPL_VAR message ESCAPE="HTML">"</TMPL_IF><TMPL_UNLESS message>title="<TMPL_VAR title_plain ESCAPE="HTML">"</TMPL_UNLESS>><TMPL_VAR name></a>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment