defined("SYSPATH") or die("No direct script access."); ?> 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 | Version | Action |
|---|---|---|
| = $module_name ?> | = empty($module_version) ? "" : $module_version ?> | if (empty($module_version)): ?> = html::anchor("welcome/install/{$module_name}", "install") ?> else: ?> = html::anchor("welcome/uninstall/{$module_name}", "uninstall") ?> endif; ?> |