add separated import/export settings

This commit is contained in:
ghost 2023-09-14 01:34:54 +03:00
parent a9f8fade7d
commit a232e24d0c
10 changed files with 37 additions and 28 deletions

View file

@ -862,7 +862,7 @@ else {
<a href="<?php echo WEBSITE_URL ?>/node.php"><?php echo _('Node') ?></a>
|
<a rel="nofollow" href="<?php echo WEBSITE_URL ?>/index.php?rss"><?php echo _('RSS') ?></a>
<?php if (API_ENABLED) { ?>
<?php if (API_EXPORT_ENABLED) { ?>
|
<a rel="nofollow" href="<?php echo WEBSITE_URL ?>/api/manifest.json"><?php echo _('API') ?></a>
<?php } ?>