einbauen eines links im ACP
Verfasst: 16.03.2006 21:02
hallo Leute
ich will mir im ACP einen Link zu groupcp.php legen
wie kann ich das machen?
ich will mir im ACP einen Link zu groupcp.php legen
wie kann ich das machen?
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
<?php
define('IN_PHPBB', 1);
if( !empty($setmodules) )
{
$file = basename(__FILE__);
$module['Groups']['LINKNAME'] = "../groupcp.$phpEx";
return;
}
?>
Code: Alles auswählen
$lang['LINKNAME'] = 'groupcp';