
http://www.phpbb-es.com/foro/anadir-fac ... 18400.html

http://www.phpbb-es.com/foro/anadir-ult ... 21312.html
No subir el sidebar_recent_topics.html ,seguir estos pasos
Abrir overall_header.html

Código: Seleccionar todo
<span class="corners-bottom"><span></span></span>
</div>
</div>

Código: Seleccionar todo
<br /><div class="navbar">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="linklist navlinks">
<li><img src="./images/cup.png"> <b>Tems recientes</b></li>
</ul>
<!-- $Id: recent_topics_body.html 68 2008-01-06 01:03:56Z nickvergessen $ -->
<!-- BEGIN recenttopicrow -->
<!-- IF recenttopicrow.S_FIRST_ROW or not recenttopicrow.S_TOPIC_TYPE_SWITCH -->
<hr /><br />
<marquee behavior="scroll" direction="up" height="90" scrolldelay="150" scrollamount="5" loop="true" onmouseover="this.stop()" onmouseout="this.start()">
<!-- ENDIF -->
<div style="width: 90%;">
<!-- IF recenttopicrow.S_UNREAD_TOPIC --><a href="{recenttopicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a><!-- ENDIF -->
<a href="{recenttopicrow.U_VIEW_TOPIC}" class="topictitle">{recenttopicrow.TOPIC_TITLE}</a>
<br />{L_POST_BY_AUTHOR} {recenttopicrow.LAST_POST_AUTHOR_FULL}
</div>
<!-- IF recenttopicrow.S_LAST_ROW -->
</marquee>
<!-- ENDIF -->
<!-- END recenttopicrow -->
<br />
<span class="corners-bottom"><span></span></span></div>
</div>
<br />