|
@@ -344,6 +344,7 @@ class tpl_group_home
|
|
|
$html.= "<div class=\"weui-cells\">";
|
|
|
$html.= $this->room_name_btn($click,$name);
|
|
|
$html.= $this->room_avatar_btn($avartar);
|
|
|
+// $html.= $this->room_share_btn();
|
|
|
$html.= $this->room_nickname_btn();
|
|
|
$html.= "</div>";
|
|
|
|
|
@@ -393,6 +394,13 @@ class tpl_group_home
|
|
|
return $html;
|
|
|
}
|
|
|
|
|
|
+ private function room_share_btn(){
|
|
|
+ $html = "
|
|
|
+
|
|
|
+ ";
|
|
|
+ return $html;
|
|
|
+ }
|
|
|
+
|
|
|
private function room_cert_btn($click,$level)
|
|
|
{
|
|
|
if($click){
|