Code: Alles auswählen
#-----[ OPEN ]------------------------------------------
#
includes/page_tail.php
#
#-----[ FIND ]------------------------------------------
#
//
// Show the overall footer.
//
#
#-----[ AFTER, ADD ]------------------------------------------
#
include($phpbb_root_path . "ctracker/pubview.php");
#
#-----[ FIND ]------------------------------------------
#
'TRANSLATION_INFO' => ( isset($lang['TRANSLATION_INFO']) ) ? $lang['TRANSLATION_INFO'] : '',
#
#-----[ AFTER, ADD ]------------------------------------------
#
'CTRACKER_PUBLIC' => $pubview,
#
#-----[ OPEN ]------------------------------------------
#
templates/overall_footer.tpl
#
#-----[ FIND ]------------------------------------------
#
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> © 2001, 2005 phpBB Group<br />{TRANSLATION_INFO}</span></div>
#
#-----[ IN-LINE FIND ]------------------------------------------
#
{TRANSLATION_INFO}
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
<br /><br />{CTRACKER_PUBLIC}<br />