ACP links are automaticly gernerated if there is a admin_something.php file in the /adm/ folder.
The header of the file needs to be similar to this:
-
define('IN_PHPBB', 1);
-
-
if( !empty($setmodules) )
-
{
-
$file = basename(__FILE__);
-
$module['Configuration']['Mod_Config'] = $file;
-
return;
-
}