Ich aktualisiere gerade meinen Style, der auf Prosilver basiert und bin aktuell an dieser Stelle:
Code: Alles auswählen
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/ucp_pm_viewmessage_print.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 103
<td colspan="2"><hr class="sep" />{MESSAGE}</td>
</tr>
</table>
<hr width="85%" />
#
#-----[ FIND ]---------------------------------------------
# Around Line 108
The phpBB Group : 2006
//-->
#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)
Code: Alles auswählen
<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
forums may be affected.
The phpBB Group : 2006
//-->
Code: Alles auswählen
The phpBB Group : 2006
//-->
Crizzo