{%blog}

    foreach( $data as $vo){
  • if( !((3 == $vo['private'] && $vo['uid'] != $mid) || (1 == $vo['private'] && !$api->friend_areFriends( $mid,$vo['uid'] ))) ){

    if(isAddApp('share')) { } {$vo['title']}

    }

    {$vo['name']} {$vo['cTime']|friendlyDate}

    if( $vo['private'] == 3 && $vo['uid'] != $mid){
    本日志需要密码才能访问
    }else{ if( $vo['type'] != 0 ){{%type1}}

    {$vo['content']}

    {%mention}: foreach( $vo['mention'] as $friends ){ {$friends['name']} }

    }

    分类: {$vo['category']['name']}  |   {%reader}({$vo['readCount']})  |  {%comment}({$vo['commentCount']})

  • }