blob: 3ac6b4fb9a5e82626647b1326df3deac08e2cdca (
plain)
1
2
3
4
5
6
7
8
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="none" class="g-module-status g-warning g-block">
<h3> <?= 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>
|