From 329eac160ac65f8b691ec7fc2c0181cd50401ffc Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 20 May 2008 13:13:53 -0400 Subject: license block and move theme stuff darcs-hash:20080520171353-84dde-5a04033ee8ef19da25ffa9e5c68d2cb18fc71b04.gz --- lib/common.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/common.php') 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') -- cgit v1.2.3-54-g00ecf