Example #1
0
        $username = '******';
    }
    /*if (!is_null($username))
    		$password_prompt_2=do_lang_tempcode('CONFIRM_ADMIN_PASSWORD_2',escape_html($username));
    	else */
    $password_prompt_2 = new ocp_tempcode();
    $password_prompt = do_lang_tempcode('CONFIRM_ADMIN_PASSWORD', $password_prompt_2);
}
if (intval($_GET['step']) == 5) {
    $content = step_5();
}
if (intval($_GET['step']) == 6) {
    $content = step_6();
}
if (intval($_GET['step']) == 7) {
    $content = step_7();
}
if (intval($_GET['step']) == 8) {
    $content = step_8();
}
if (intval($_GET['step']) == 9) {
    $content = step_9();
}
if (intval($_GET['step']) == 10) {
    $content = step_10();
}
$css_url = 'install.php?type=css';
$css_url_2 = 'install.php?type=css_2';
$logo_url = 'install.php?type=logo';
if (is_null($DEFAULT_FORUM)) {
    $DEFAULT_FORUM = 'ocf';
Example #2
0
				<p class='baseline'><?php 
if (isset($baseline)) {
    echo $baseline;
}
?>
</p>
				<article>
<?php 
if ($page === "Index" || $page === "index" || !isset($page)) {
    step_1();
    step_2();
    step_3();
    step_4();
    step_5();
    step_6();
    step_7();
} else {
    include_once $_path . "Sources/Contenu/" . $page . ".php";
}
?>
			</article>
			<?php 
if (isset($footer)) {
    echo $footer;
}
?>
		</section>
		
			<?php 
if (isset($right)) {
    ?>