From f8a070394f8d9ba9bd5eab4bcf7eab628ceb852b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 30 May 2008 12:24:29 -0400 Subject: common function for turning a relative path into a full URL darcs-hash:20080530162429-84dde-12336814d3a01b4937ab574741fa4987484be62d.gz --- lib/common.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/common.php') diff --git a/lib/common.php b/lib/common.php index 1c11bd13a..1954dfc2a 100644 --- a/lib/common.php +++ b/lib/common.php @@ -48,9 +48,7 @@ $config = 'title' => 'Creative Commons Attribution 3.0', 'image' => 'http://i.creativecommons.org/l/by/3.0/88x31.png'), 'avatar' => - array('directory' => INSTALLDIR . '/avatar', - 'path' => '/avatar', - 'default' => + array('default' => array('profile' => 'theme/default/image/default-avatar-profile.png', 'stream' => 'theme/default/image/default-avatar-stream.png', 'mini' => 'theme/default/image/default-avatar-mini.png'))); -- cgit v1.2.3-54-g00ecf