<?php
/*
[UCenter Home] (C) 2007-2008 Comsenz Inc.
$Id: blog.php 11056 2009-02-09 01:59:47Z liguode $
*/
if(!defined('IN_UCHOME')) {
exit('Access Denied');
}
$blogcount = getcount('blog', array('uid'=>$space['uid']));
if($blogcount) {
$task['done'] = 1;//ÈÎÎñÍê³É
} else {
//ÈÎÎñÍê³ÉÏòµ¼
$task['guide'] = '
<strong>Follow below steps to participate in this activity:</strong>
<ul>
<li>1. <a href="cp.php?ac=blog" target="_blank">д°¿Ú´ò¿ª·¢±íÈÕÖ¾Ò³Ãæ</a>£»</li>
<li>2. Write and publish your first blog, Open in new window.</li>
</ul>';
}
?>