diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-20 13:13:53 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-20 13:13:53 -0400 |
commit | 329eac160ac65f8b691ec7fc2c0181cd50401ffc (patch) | |
tree | af1edd8ae54cc046346a72814efa6d7238f63b75 /lib/common.php | |
parent | f08b9d1bc5d4b9b349a66a7e9afe133ff37d0c57 (diff) |
license block and move theme stuff
darcs-hash:20080520171353-84dde-5a04033ee8ef19da25ffa9e5c68d2cb18fc71b04.gz
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index ea83682ea..82a29a001 100644 --- a/lib/common.php +++ b/lib/common.php @@ -40,6 +40,9 @@ $config = array('name' => 'Just another Laconica microblog', 'server' => 'localhost', 'path' => '/'), + 'license' => + array('url' => 'http://creativecommons.org/license/by/3.0/', + 'title' => 'Creative Commons Attribution 3.0'), 'avatar' => array('directory' => INSTALLDIR . '/avatar', 'path' => '/avatar') |