From: Evan Prodromou Date: Tue, 20 May 2008 17:17:11 +0000 (-0400) Subject: add image to config X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fa9e243d83ee0a395014648495f41aaa82012ed8;p=quix0rs-gnu-social.git add image to config darcs-hash:20080520171711-84dde-37d126ca0ccc8658fe2806a8f7f97ee0807783ba.gz --- diff --git a/lib/common.php b/lib/common.php index 82a29a001b..4bdfcb3f8f 100644 --- a/lib/common.php +++ b/lib/common.php @@ -42,7 +42,8 @@ $config = 'path' => '/'), 'license' => array('url' => 'http://creativecommons.org/license/by/3.0/', - 'title' => 'Creative Commons Attribution 3.0'), + 'title' => 'Creative Commons Attribution 3.0', + 'image' => 'http://i.creativecommons.org/l/by/3.0/88x31.png'), 'avatar' => array('directory' => INSTALLDIR . '/avatar', 'path' => '/avatar')