1
It's not exactly what we can call a bug
but a the last step the styling of the page_end template go off
the reason for that is this
le="color: #000000"><?php require_once './include/common.inc.php'; $_SESSION = array(); setcookie( 'xo_install_user', '', null, null, null ); defined('XOOPS_INSTALL') or die('XOOPS Installation wizard die'); $installer_modified = "install_remove_" . uniqid(mt_rand()); register_shutdown_function('install_finalize', $installer_modified); $pageHasForm = false; $content = ""; include "./language/{$wizard->language}/finish.php"; include './include/install_tpl.php';
in the last page xoops rename the folder and showing a page w/ a style from that directory, if you have cache enabled you will not notice but when cache disabled...
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.