setting = array( 'blogids' => array( 'title' => 'bloglist_blogids', 'type' => 'text' ), 'uids' => array( 'title' => 'bloglist_uids', 'type' => 'text', ), 'catid' => array( 'title' => 'bloglist_catid', 'type'=>'mselect', ), 'titlelength' => array( 'title' => 'bloglist_titlelength', 'type' => 'text', 'default' => 40 ), 'summarylength' => array( 'title' => 'bloglist_summarylength', 'type' => 'text', 'default' => 80 ) ); } function name() { return lang('blockclass', 'blockclass_blog_script_blogspecified'); } } ?>