[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 194: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 199: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 267: Trying to access array offset on value of type bool
phpBBMexico • Añadir boton de nuevo tema en viewtopic
Page 1 of 1

Añadir boton de nuevo tema en viewtopic

Posted: 21 Aug 2012, 17:14
by Carlos
[openfile]Abrir el archivo: styles/prosilver/template/viewtopic_body.html[/openfile]

[findcode]Buscar:
Code: Select all
<div class="<!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->reply-icon<!-- ENDIF -->"><a href="{U_POST_REPLY_TOPIC}" title="<!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF -->"><span></span><!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED_SHORT}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF --></a></div>
Agregar antes:
Code: Select all
    <div class="post-icon"><a href="{U_POST_NEW_TOPIC}" title="{L_POST_TOPIC}" accesskey="n"><span></span></a></div>
[/findcode]