This is what I added to my overall_footer.html file:
Code: Select all
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="content">
<h3>Legend</h3>
<ul class="linklist">
<li>{FORUM_NEW_IMG} {L_NEW_POSTS} </li>
<li>{FORUM_IMG} {L_NO_NEW_POSTS} </li>
<li>{FORUM_LOCKED_IMG} {L_FORUM_LOCKED} </li>
<li>{SUBFORUM_IMG} <!-- {L_SUBFORUM} --> </li>
</ul>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
I'm running a fairly unmodded 3.0.1 version of phpBB using the prosilver style.
Thank you in advance. If you need any more information I'd be happy to provide it.