diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-20 13:17:11 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-20 13:17:11 -0400 |
commit | fa9e243d83ee0a395014648495f41aaa82012ed8 (patch) | |
tree | d0fc7db233ef1bd4a0c3a41ca621fa209fb47abb /lib | |
parent | 329eac160ac65f8b691ec7fc2c0181cd50401ffc (diff) |
add image to config
darcs-hash:20080520171711-84dde-37d126ca0ccc8658fe2806a8f7f97ee0807783ba.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index 82a29a001..4bdfcb3f8 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') |