Topic: Viewtopic.php change class newpost to newreply (request)
I noticed we're using newpost class two times, once for Post new topic and once for Post reply
is it possible to
change
<a class="newpost" ...
to
<a class="newreply" ...
on line 195
as newpost already appears in viewforum.php
or change line 122 of viewforum.php from newpost to newtopic ...