{php}
$taskfeed=$this->GetMysqlArray('*'," ".$this->GetTable('member_feed')." WHERE app='$this->app' AND action=2 ORDER BY dateline DESC LIMIT 0,10");
{/php}
{if $taskfeed}
{for $taskfeed $value}
{php}
$draftfeed=$this->GetMysqlArray('*'," ".$this->GetTable('member_feed')." WHERE app='$this->app' AND action=1 ORDER BY dateline DESC LIMIT 0,10");
{/php}
{if $draftfeed}
{for $draftfeed $value}