From 1950efda80012ebeded8e7da71c7293b7ee86c08 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 17 May 2008 16:21:32 -0400 Subject: save profile url darcs-hash:20080517202132-84dde-78c7fe9f22aa28f33e9e00432f5cf6436b64e6b5.gz --- lib/common.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/common.php') diff --git a/lib/common.php b/lib/common.php index 85654d306..e8a7ac6ae 100644 --- a/lib/common.php +++ b/lib/common.php @@ -317,6 +317,10 @@ function common_broadcast_notices($id) { return true; } +function common_profile_url($nickname) { + return common_local_url('showstream', array('nickname' => $nickname)); +} + // XXX: set up gettext function _t($str) { -- cgit v1.2.3-54-g00ecf