diff options
Diffstat (limited to 'modules/gallery/views/admin_graphics_none.html.php')
-rw-r--r-- | modules/gallery/views/admin_graphics_none.html.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/gallery/views/admin_graphics_none.html.php b/modules/gallery/views/admin_graphics_none.html.php new file mode 100644 index 00000000..5306a70d --- /dev/null +++ b/modules/gallery/views/admin_graphics_none.html.php @@ -0,0 +1,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 many Gallery features.") ?> + </p> +</div> |