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(); $showPanel = false; break; case 'tags': frontEnd::assignTag($action, $task); $showPanel = false; break;