foreach ($errors as $error): ?>
= $error->message ?>
foreach ($error->instructions as $line): ?>= $line ?>endforeach ?> if (!empty($error->message2)): ?>
= $error->message2 ?>
endif ?>Your system is ready, but Gallery is not yet installed.
= html::anchor("welcome/install/core", "install gallery") ?>
else: ?>Your Gallery is ready with the following modules installed:
| Name | Installed | Available | Action |
|---|---|---|---|
| core | = module::get_version("core") ?> | = module::get_version("core") ?> | = html::anchor("welcome/uninstall/core", "reset install") ?> |
| = $module_name ?> | = $info->installed ?> | = $info->version ?> | if ($info->installed): ?> = html::anchor("welcome/uninstall/{$module_name}", "uninstall") ?> else: ?> = html::anchor("welcome/install/{$module_name}", "install") ?> endif ?> |