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/aws_s3/views/admin_aws_s3.html.php
2011-01-20 20:34:46 +00:00

17 lines
779 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="g-admin-code-block">
<h2><?= t("Amazon S3") ?></h2>
<p><?php echo t("Amazon S3 is a lightning fast Content Delivery Network. It's used for high-traffic sites to offload the bandwidth and processing required to vend vast quantities of data (pictures, videos, etc) to the cloud, leaving the local server only the tasks of running Gallery and vending small HTML pages."); ?></p>
<p><?php echo t("Like this module? Consider <a href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FJR8JFUDRPPGG\" target=\"_blank\">donating</a> to help support future development."); ?>
<div class="g-block-content">
<?php echo $form; ?>
</div>
</div>
<?php echo $end; ?>