mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 19:39:16 -04:00
identifies situations where its restricted by open_basedir. We now track more informatoin about the toolkit including the version and any errors we encountered while doing the detection so that we can provide more info downstream. This makes graphics::detect_toolkits() a little heavier, but that's ok because it should not be called very often. In the process, refactor the controller and view hierarchy so that it's a little more straightforward in the code. Fixes ticket #616.
8 lines
318 B
PHP
8 lines
318 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 use many Gallery features.") ?>
|
|
</p>
|
|
</div>
|