<?php
/*
[UCenter Home] (C) 2007-2008 Comsenz Inc.
$Id: friend.php 11056 2009-02-09 01:59:47Z liguode $
*/
if(!defined('IN_UCHOME')) {
exit('Access Denied');
}
if($space['friendnum']>=5) {
$task['done'] = 1;//ÈÎÎñÍê³É
} else {
//Ïòµ¼
$task['guide'] = '
<strong>Please follow below steps to participate in this activity:</strong>
<ul>
<li>1. <a href="cp.php?ac=friend&op=find" target="_blank">Find/Search Friends, Click here</a>£»</li>
<li>2. Set your preference setting in system for future search/find friend, or you can add system recommended.</li>
<li>3. Next,need to wait for approval from user</li>
</ul>';
}
?>