mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-08 14:09:08 -04:00
9 lines
305 B
PHP
9 lines
305 B
PHP
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
<div id="g-php-mailer-admin">
|
|
|
|
<?= t('To use this module you will need to ensure composer is installed then run "composer install" from the gallery3 directory.') ?>
|
|
|
|
<h2> <?= t("PHPMailer Settings") ?> </h2>
|
|
<?= $phpmailer_form ?>
|
|
</div>
|