hiermal den header.php
Code: Alles auswählen
<?php
/**
*
* @license Creative Commons — Namensnennung-Keine Bearbeitung 3.0 Deutschland — CC BY-ND 3.0 DE
Attribution-No Derivative Works 3.0 Germany
*
*/
$main = array(
'LINK_REGISTER' => 'Registrieren',
'LINK_IMPRESSUM' => 'Impressum',
'LINK_FUNCTIONS' => 'Funktionen',
'LINK_STATS' => 'Statistiken',
'LINK_AGB' => 'AGB',
'LINK_CONTACT' => '<a href="http://www.quasselforum.phpbb3.de/quassel/">Quasselforum</a>',
'LINK_FAQ' => 'FAQ',
'LINK_CATALOG' => 'Verzeichnis',
'LINK_USER' => 'Login',
'LINK_USER_DATA' => 'user.php',
'LINK_FOOTER' => '<a href="http://www.phpbb3forum.de/support/">phpBB3Forum.de</a>'
);
?>