diff options
Diffstat (limited to 'inc/templates/footer.php')
-rwxr-xr-x | inc/templates/footer.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/inc/templates/footer.php b/inc/templates/footer.php new file mode 100755 index 00000000000..138d563658a --- /dev/null +++ b/inc/templates/footer.php @@ -0,0 +1,10 @@ +<br /> +<br /> +<p class="footer"> +<?php + echo($CONFIG_FOOTEROWNERNAME); + echo(' - '); + echo($CONFIG_FOOTEROWNEREMAIL); +?> +</p> +</body></html> |