blob: be2a580d7f4547a7d0e58bc516639cdbd14b699b (
plain)
1
2
3
4
5
6
7
|
<?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>
|