diff options
Diffstat (limited to 'web/template/footer.php')
-rw-r--r-- | web/template/footer.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/template/footer.php b/web/template/footer.php index fe8f89cd..b7fcb200 100644 --- a/web/template/footer.php +++ b/web/template/footer.php @@ -1,9 +1,8 @@ <!-- End of main content --> - <br /> <?php if ($ver) { - print "<p style=\"text-align: right; font-size: 14px;\"><b>$ver</b></p>\n"; + echo "<p class=\"pgbox\" style=\"text-align: right; font-size: 14px;\"><b>$ver</b></p>\n"; } ?> </div> |