Skip to content

Commit

Permalink
backport: admin: add version number to admin "home" page
Browse files Browse the repository at this point in the history
It's no admin "about" page but it's a start.

refs #676

(cherry picked from commit cdd0232)
  • Loading branch information
Chris Charabaruk committed Oct 30, 2022
1 parent db3ed84 commit a30302c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions PodcastGenerator/admin/index.php
Expand Up @@ -39,6 +39,15 @@
<?php if ($config['enablepgnewsinadmin'] == 'yes') { ?>
<iframe width="100%" src='<?= $news_url ?>'></iframe>
<?php } ?>

<div class="row align-items-end justify-content-end">
<div class="col-3">
<small class="text-muted">
<?php //# 'Podcast Generator' is a proper name. ?>
<?= sprintf(_('Podcast Generator v%s'), $config['podcastgen_version']) ?>
</small>
</div>
</div>
</div>
</body>

Expand Down

0 comments on commit a30302c

Please sign in to comment.