select("blog", ["[>]user" => ["opid" => "id"]], ["blog.id", "blog.title", "blog.content", "blog.previmg", "blog.time", "user.name", "user.picture"], ["AND" => ["lang" => $BT_LANGUAGE, "active" => 1], "ORDER" => ["dorder" => "DESC"], "LIMIT" => JAK_BLOG_HOME]); } if (isset($newblogarticle) && !empty($newblogarticle)){?>