aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-16 20:05:02 -0700
committerFriendika <info@friendika.com>2011-08-16 20:05:02 -0700
commitb28b468b2182493b958afecb388501fd66de230f (patch)
treece7adeebc826313e86b1b8ad281e2f4b8c9020a7 /include/text.php
parent98cdf5d3153ce3b4b7bc1bd505851f4ed5c73406 (diff)
downloadvolse-hubzilla-b28b468b2182493b958afecb388501fd66de230f.tar.gz
volse-hubzilla-b28b468b2182493b958afecb388501fd66de230f.tar.bz2
volse-hubzilla-b28b468b2182493b958afecb388501fd66de230f.zip
cleanup
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/text.php b/include/text.php
index aeb20bb0f..803bf0e51 100644
--- a/include/text.php
+++ b/include/text.php
@@ -948,3 +948,7 @@ function base64url_decode($s) {
return base64_decode(strtr($s,'-_','+/'));
}
+
+function cc_license() {
+return '<div class="cc-license">' . t('Shared content is covered by the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a> license.') . '</div>';
+}