variable = array( 'extends' => array( 'extendversion' => '1', 'extendlist' => array( array( 'identifier' => 'dz_newthread', 'name' => lang('plugin/mobile', 'mobile_extend_newthread'), 'icon' => '0', 'islogin' => '0', 'iconright' => '0', 'redirect' => '', ), array( 'identifier' => 'dz_newreply', 'name' => lang('plugin/mobile', 'mobile_extend_newreply'), 'icon' => '0', 'islogin' => '0', 'iconright' => '0', 'redirect' => '', ), array( 'identifier' => 'dz_digest', 'name' => lang('plugin/mobile', 'mobile_extend_digest'), 'icon' => '0', 'islogin' => '0', 'iconright' => '0', 'redirect' => '', ), array( 'identifier' => 'dz_newpic', 'name' => lang('plugin/mobile', 'mobile_extend_newpic'), 'icon' => '0', 'islogin' => '0', 'iconright' => '0', 'redirect' => '', ), ), ) ); } function output() { mobile_core::result(mobile_core::variable($this->variable)); } } ?>