This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-debian/modules/gallery/views/error.html.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>