Restyle Move mailing list to Google Groups #102

Merged
restyled-io[bot] merged 1 commits from restyled/feat/99 into feat/99 2020-08-16 17:39:49 +00:00

View File

@@ -1,10 +1,13 @@
<footer class="footer mt-auto py-3">
<div class="text-center text-muted">
<?php
echo( $_ENV['APP_NAME'] . " v" . $_ENV['APP_VERSION']);
if ($_ENV['APP_NAME'] != "FHeD") {echo(", powered by FHeD");};
echo($_ENV['APP_NAME'] . " v" . $_ENV['APP_VERSION']);
if ($_ENV['APP_NAME'] != "FHeD") {
echo(", powered by FHeD");
};
?><br>
<?php if (is_signed_in()) { ?>
<?php if (is_signed_in()) {
?>
<a data-target="#mailingListModal" data-toggle="modal" href="#mailingListModal">Subscribe</a>
<div class="modal fade" id="mailingListModal" tabindex="-1" aria-labelledby="mailingListModalLabel" aria-hidden="true">
<div class="modal-dialog">
@@ -31,7 +34,8 @@
</div>
</div>
</div>
<?php } ?>
<?php
} ?>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>