Blame Scripts/Newbb2Phpbb/contents/header.php

61a2f1
61a2f1
61a2f1
    $htmlblock = array('<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">',
61a2f1
                       '<head>',
61a2f1
                       '<meta http-equiv="content-type" content="text/html; charset=UTF-8">',
61a2f1
                       '<title>newbb to phpbb :: Migrating Xoops+CBB(newbb) to phpBB</title>',
61a2f1
                       '<link rel="stylesheet" href="style.css" type="text/css" media="screen" />',
61a2f1
                       '</head>',
61a2f1
                       '<body>',
61a2f1
                       '
61a2f1
                       '

newbb to phpbb

',
61a2f1
                       '

Migrating from Xoops+CBB(newbb) to phpBB+LDAP

');
61a2f1
61a2f1
                       # Navigation bar
61a2f1
                       $htmlblock = array_merge($htmlblock, $html->get_navibar());
61a2f1
61a2f1
                       array_push($htmlblock, '
','
');
61a2f1
                       array_push($htmlblock, '');
61a2f1
61a2f1
                       // Where am I in the migration process ?
61a2f1
                       if ( ! isset($_GET['p'] ) )
61a2f1
                       {
61a2f1
                       $htmlblock = array_merge($htmlblock, $html->get_stepPosition());
61a2f1
                       } 
61a2f1
61a2f1
                       array_push($htmlblock,'
');
61a2f1
?>