Blame Automation/Php/Newbb2Phpbb/contents/header.php

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

newbb to phpbb

',
Alain Reguera Delgado 8f60cb
                       '

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

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