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:
authorFrank Karlitschek <frank@dev.(none)>2010-03-10 15:03:40 +0300
committerFrank Karlitschek <frank@dev.(none)>2010-03-10 15:03:40 +0300
commit16f3bd4e2334491152510598f861a1f6c1ecdae2 (patch)
tree73370c91c4259f9f20f90137c2e39f366d6d078a /inc/templates/footer.php
parentef2028148691c01c1841745fde9868ce27d9a3a5 (diff)
commiting ownCloud 1.0 beta 1v1.0.0beta1
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>