コード例 #1
0
ファイル: class.php プロジェクト: BGCX261/zimmerli-svn-to-git
 public function vkontakte()
 {
     $network = social_network::getByCodeName('vkontakte');
     if ($network) {
         if (cmsController::getInstance()->getCurrentMode() == "admin") {
             return $this->_network_settings($network);
         } else {
             return $this->display_social_frame($network);
         }
     }
     return false;
 }