ich hab eine neue und leere seite in den forum gemahct. jetzt würde ich gerne wissen wie ich die lang. verwenden kann.
hier der code von der seite
Code: Alles auswählen
<?php
// standard hack prevent
define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
// standard session management
$userdata = session_pagestart($user_ip, PAGE_RULES);
init_userprefs($userdata);
// set page title
$page_title = $lang['Rules'];
// standard page header
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
// assign template
$template->set_filenames(array(
'body' => 'rules.tpl')
);
$template->pparse('body');
// standard page footer
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>Code: Alles auswählen
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<td class="nav"><a href="{U_INDEX}">{L_INDEX}</a> » {L_RULES}</td>
<td align="right" nowrap="nowrap" class="nav">{PAGINATION}</td>
</tr>
</table>danke vorraus