aboutsummaryrefslogtreecommitdiffstats
path: root/mod/display.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/display.php')
-rw-r--r--mod/display.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/display.php b/mod/display.php
index de11ec35d..aed114abc 100644
--- a/mod/display.php
+++ b/mod/display.php
@@ -291,6 +291,9 @@ function display_content(&$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;
}