Current File : /home/pacjaorg/www/nsa/modules/mod_sp_poll/mod_sp_poll.php
<?php 
	/*------------------------------------------------------------------------
	# mod_sp_poll - Ajax poll module by JoomShaper.com
	# ------------------------------------------------------------------------
	# author    JoomShaper http://www.joomshaper.com
	# Copyright (C) 2010 - 2021 JoomShaper.com. All Rights Reserved.
	# License - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
	# Websites: http://www.joomshaper.com
    -------------------------------------------------------------------------*/

use Joomla\CMS\Factory;
use Joomla\CMS\Uri\Uri;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Helper\ModuleHelper;

defined ('_JEXEC') or die('resticted aceess');

	// Include the helper.
	require_once __DIR__ . '/helper.php';
	$moduleclass_sfx 	= $params->get('moduleclass_sfx');
	$poll_type 			= $params->get('poll_type');
	$poll_id 			= $params->get('poll_id');
	$lag 				= $params->get('lag');
	$mod_id				= $module->id;

	// Select Poll Type
	if($poll_type == 'single') {
		$poll = modSpPollHelper::getPoll($poll_id);
	} else {
		$poll = modSpPollHelper::getPoll();
	}

	HTMLHelper::_('jquery.framework');
	$doc = Factory::getDocument();
	$doc->addStylesheet( Uri::base(true) . '/modules/mod_sp_poll/assets/css/style.css' );
	$doc->addScript( Uri::base(true) . '/modules/mod_sp_poll/assets/js/script.js' );

	require ModuleHelper::getLayoutPath('mod_sp_poll');
Site is undergoing maintenance

PACJA Events

Maintenance mode is on

Site will be available soon. Thank you for your patience!