mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-04-13 01:15:35 -04:00
12 lines
306 B
PHP
12 lines
306 B
PHP
<?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>
|