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 ?> | = $module->version ?> | = html::anchor("welcome/install/{$module->name}", "install") ?>, = html::anchor("welcome/uninstall/{$module->name}", "uninstall") ?> |