Adding code version as an HTML comment when viewing as admin. #1506
This commit is contained in:
parent
9c1d26c1a6
commit
f4c9fbaaf6
1 changed files with 1 additions and 0 deletions
|
@ -158,3 +158,4 @@
|
|||
<?php $this->plugin->invoke('renderFooter'); ?>
|
||||
</body>
|
||||
</html>
|
||||
<?php if($this->user->isAdmin()) { ?><!-- current code version is <?php $this->utility->safe($this->config->defaults->currentCodeVersion); ?> --><?php } ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue