예제 #1
0
파일: jnews.php 프로젝트: naka211/kkvn
     }
     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();
     $showPanel = false;
     break;
 case 'tags':
     frontEnd::assignTag($action, $task);
     $showPanel = false;
     break;
 case 'captcha':
     $file_for_incluse = "captcha";
     include_once $file_for_incluse . DS . 'captchasecurityimages.php';