diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-16 19:59:27 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-16 19:59:27 +0000 |
commit | 69d6404f260fb30c41db9a7b7852beaae0dced95 (patch) | |
tree | a380f378c6085e076a0d5658c60d75d82bb95e45 /lib/common.php | |
parent | ed2fd6da6bbae0ccd433fead33c82f46e86a801e (diff) | |
parent | 8abf9351860408db930ce9f423f94baa97ed5f56 (diff) |
Merge branch 'uiredesign' of /var/www/trunk into uiredesign
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index 2ef26cfc6..05fef045a 100644 --- a/lib/common.php +++ b/lib/common.php @@ -79,7 +79,7 @@ $config = 'license' => array('url' => 'http://creativecommons.org/licenses/by/3.0/', 'title' => 'Creative Commons Attribution 3.0', - 'image' => 'http://i.creativecommons.org/l/by/3.0/88x31.png'), + 'image' => 'http://i.creativecommons.org/l/by/3.0/80x15.png'), 'mail' => array('backend' => 'mail', 'params' => null), |