Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'inc/templates/footer.php')
-rwxr-xr-xinc/templates/footer.php10
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>