summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-05-30 12:24:29 -0400
committerEvan Prodromou <evan@prodromou.name>2008-05-30 12:24:29 -0400
commitf8a070394f8d9ba9bd5eab4bcf7eab628ceb852b (patch)
tree1aa5d27083e59d990184f55d06778f48fe6dcfb6 /lib/common.php
parentc501b7b9259b6fc8c34655b870ce79f102ada137 (diff)
common function for turning a relative path into a full URL
darcs-hash:20080530162429-84dde-12336814d3a01b4937ab574741fa4987484be62d.gz
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php4
1 files changed, 1 insertions, 3 deletions
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')));