phpBB Part: Topics
MOD Name: New Topic button in topics
MOD Version: 1.0
Author: Muzet
MOD Description: prosilver style don't have New Topic button on topics, with this change can add this button.
I know that it is a simple MOD, but many need.
Works with: phpBB 3.0.1
Compatible browsers:

Features: Add New Topic button in topics.
Screenshot:

Support: Here
----------------------
Find:
Cod: Selectaţi tot
<div class="<!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->reply-icon<!-- ENDIF -->"><a href="{U_POST_REPLY_TOPIC}"><span><!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF --></span></a></div>
Cod: Selectaţi tot
<div class="post-icon"><a href="{U_POST_NEW_TOPIC}" title="{L_POST_TOPIC}" accesskey="n"><span></span></a></div>