コード例 #1
0
 function spacecp_profile_bottom()
 {
     global $_G;
     if ($_G['uid'] && $_G['setting']['connect']['allow']) {
         return tpl_spacecp_profile_bottom();
     }
 }
コード例 #2
0
 function spacecp_profile_bottom()
 {
     global $_G;
     // 		if(submitcheck('profilesubmit')) {
     // 			$_G['group']['maxsigsize'] = $_G['group']['maxsigsize'] < 200 ? 200 : $_G['group']['maxsigsize'];
     // 			return;
     // 		}
     if ($_G['uid'] && $_G['setting']['connect']['allow']) {
         return tpl_spacecp_profile_bottom();
     }
 }