Adding code version as an HTML comment when viewing as admin. #1506

This commit is contained in:
Jaisen Mathai 2014-08-21 22:48:19 -07:00
parent 9c1d26c1a6
commit f4c9fbaaf6

View file

@ -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 } ?>