From 1460fc0d710ce14d6c746eb06fc8f3a5372493c2 Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 23 Jan 2011 14:56:14 -0800 Subject: add cc-license text to all content pages --- mod/display.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mod/display.php') 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 .= '
' . t('Shared content is covered by the Creative Commons Attribution 3.0 license.') . '
'; + return $o; } -- cgit v1.2.3