aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile.php
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-01-24 07:33:56 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-01-24 07:33:56 +0100
commit4198efe03570606b35f3aba6cdf7f80de20384f4 (patch)
tree5a59cf3b29a70f22728e25d7c46ab8648bcda407 /mod/profile.php
parent2319bc43bf3f837c22daa5067dcf538e8b5a792d (diff)
parent205a2b8930c9d519c06f106d5d37702f8f69d013 (diff)
downloadvolse-hubzilla-4198efe03570606b35f3aba6cdf7f80de20384f4.tar.gz
volse-hubzilla-4198efe03570606b35f3aba6cdf7f80de20384f4.tar.bz2
volse-hubzilla-4198efe03570606b35f3aba6cdf7f80de20384f4.zip
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'mod/profile.php')
-rw-r--r--mod/profile.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/profile.php b/mod/profile.php
index 936379360..505edf5ce 100644
--- a/mod/profile.php
+++ b/mod/profile.php
@@ -379,6 +379,8 @@ function profile_content(&$a, $update = 0) {
}
$o .= paginate($a);
+ $o .= '<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>';
+
return $o;
}