コード例 #1
0
ファイル: class.frontend.php プロジェクト: kaantunc/MYK-BOR
 function introduction($subscriberId, $listId, $lisType)
 {
     if ($subscriberId > 0) {
         frontHTML::showPanel();
     } else {
         if ($GLOBALS[ACA . 'show_lists']) {
             frontEnd::showLists($subscriberId, $listId, $lisType, 'show', '');
         }
     }
 }
コード例 #2
0
ファイル: frontend.php プロジェクト: naka211/kkvn
 public static function introduction($subscriberId, $listId, $lisType)
 {
     $my = JFactory::getUser();
     if ($subscriberId > 0) {
         frontHTML::showPanel();
     } else {
         if ($GLOBALS[JNEWS . 'show_lists']) {
             frontEnd::showLists($subscriberId, $listId, $lisType, 'show', '');
         }
     }
 }
コード例 #3
0
ファイル: jnews.php プロジェクト: naka211/kkvn
     }
     $showMessage = JRequest::getVar('listname', 0);
     if (!empty($redirectlink)) {
         if (!$showMessage) {
             $message = '';
         }
         jNews_Tools::redirect($redirectlink, $message);
     } else {
         $showPanel = true;
     }
     break;
 case 'list':
     if (empty($listId)) {
         $listId = JRequest::getVar('list_id');
     }
     frontEnd::showLists($subscriberId, $listId, $lisType, $action, $task);
     break;
 case 'statistics':
     if (empty($listType)) {
         $listType = 1;
     }
     frontend::statisticsFE($action, $task, $listId, $listType, $mailingId, $message, $Itemid);
     break;
 case 'token':
     jNews_Auto::receiveToken();
     break;
 case 'fwdtofriend':
     frontEnd::fwdtofriend($action, $task);
     break;
 case 'templates':
     frontEnd::assignTemplate();