1
0
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-contrib/3.0/modules/plupload/views/admin_plupload.html.php.html

29 lines
910 B
HTML

<?php defined("SYSPATH") or die("No direct script access.") ?>
<?php
/**
* Plupload gallery3 module admin page template
*
* Copyright (C) Anthony Callegaro
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
*-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* A copy of the GPL2 License is available here :
* http://www.gnu.org/licenses/gpl-2.0.html
*/
?>
<div class="g-block">
<h1> <?= t("Plupload") ?> </h1>
<div class="g-block-content">
<p>
<?= t("Plupload admin page") ?>
</p>
</div>
</div>