diff options
author | Devlon Duthie <duthied@gmail.com> | 2011-09-25 13:30:55 -0500 |
---|---|---|
committer | Devlon Duthie <duthied@gmail.com> | 2011-09-25 13:30:55 -0500 |
commit | 3426ce5f94b660d417b29fc2767b3c6487df8a4c (patch) | |
tree | 5d1d63ce1f26d4e3ed7a23e7e9d7b3c16aeffe8b /mod/friendika.php | |
parent | cb1c6dd1e37ccbbea47867faf0142e5d2f653624 (diff) | |
parent | 6a9e22550d82595c4341290ca26e3afc5fe6300f (diff) | |
download | volse-hubzilla-3426ce5f94b660d417b29fc2767b3c6487df8a4c.tar.gz volse-hubzilla-3426ce5f94b660d417b29fc2767b3c6487df8a4c.tar.bz2 volse-hubzilla-3426ce5f94b660d417b29fc2767b3c6487df8a4c.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mod/friendika.php')
-rw-r--r-- | mod/friendika.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mod/friendika.php b/mod/friendika.php index d0e709c75..c5d7de59f 100644 --- a/mod/friendika.php +++ b/mod/friendika.php @@ -42,8 +42,6 @@ function friendika_content(&$a) { $o .= t('This is Friendika version') . ' ' . FRIENDIKA_VERSION . ' '; $o .= t('running at web location') . ' ' . z_root() . '</p><p>'; - $o .= t('Shared content within the Friendika network is provided under the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 license</a>') . '</p><p>'; - $o .= t('Please visit <a href="http://project.friendika.com">Project.Friendika.com</a> to learn more about the Friendika project.') . '</p><p>'; $o .= t('Bug reports and issues: please visit') . ' ' . '<a href="http://bugs.friendika.com">Bugs.Friendika.com</a></p><p>'; |