ich bitte drum, mr. youngbloodEdit: Soll ich den Text auch durch ---- ersetzen?
aber zum thema
ich denke, das ich den komischen check auch integriere.
ist ja anscheinend doch nicht so schwer.
Code: Alles auswählen
function version()
{
global $portal_config, $phpbb_root_path, $phpEx;
include($phpbb_root_path . 'portal/includes/functions.' . $phpEx);
$portal_config = obtain_portal_config();
return array(
'author' => 'Saint_hh',
'title' => 'Board3 Portal',
'tag' => 'board3_portal',
'version' => $portal_config['portal_version'],
'file' => array('board3.de', 'updatecheck', 'board3_portal.xml'),
);
}