Files
gallery3/core/views/admin_graphics_none.html.php
Bharat Mediratta c936eebcf7 Don't do graphics detection in core_installer::install() because that
gets run at scaffolding::package() time, not on the target machine.
Instead, create a core module variable to trigger running
graphics::choose_default_toolkit() on the first admin login after install.

Fixes ticket #206.
2009-04-05 20:43:05 +00:00

8 lines
314 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="none" class="gBlock">
<h3 class="gWarning"> <?= t("No Active Toolkit") ?> </h3>
<p>
<?= t("We were unable to detect a graphics program. You must install one of the toolkits below in order to many Gallery features.") ?>
</p>
</div>