mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-10 23:19:06 -04:00
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.
8 lines
314 B
PHP
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>
|