mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 21:30:14 +02:00
feat: add admin telegram contact config (#3134)
This commit is contained in:
@@ -53,10 +53,18 @@
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<br>
|
||||
|
||||
<?php if ($admin_email): ?>
|
||||
<span>
|
||||
You may email the administrator of this RSS-Bridge instance at
|
||||
<a href="mailto:<?= e($admin_email) ?>"><?= e($admin_email) ?></a>
|
||||
</span>
|
||||
<div>
|
||||
Email: <a href="mailto:<?= e($admin_email) ?>"><?= e($admin_email) ?></a>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($admin_telegram): ?>
|
||||
<div>
|
||||
Telegram: <a href="<?= e($admin_telegram) ?>"><?= e($admin_telegram) ?></a>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user