mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-29 10:26:46 -04:00
Fix for tickets 1009 and 603: Show a themed error page to guests / registered users (not to admins though). And show a login form to guests for 404 (incl. insufficient view permissions) errors.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<div id="g-error">
|
||||
<h1>
|
||||
<?= t("Dang... Something went wrong!") ?>
|
||||
</h1>
|
||||
<h2>
|
||||
<?= t("We tried really hard, but it's broken.") ?>
|
||||
</h2>
|
||||
<p>
|
||||
<?= t("Talk to your Gallery administrator for help fixing this!") ?>
|
||||
</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user