| Current Path : /home/azimutno/www/demo/plugins/nextendslidertype/fullpage/fullpage/ |
| Current File : /home/azimutno/www/demo/plugins/nextendslidertype/fullpage/fullpage/context.php |
<?php
/*
# author Roland Soos
# copyright Copyright (C) Nextendweb.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-3.0.txt GNU/GPL
*/
defined('_JEXEC') or die('Restricted access'); ?><?php
nextendimport('nextend.image.color');
$params = $this->_sliderParams;
$width = intval($context['width']);
$height = intval($context['height']);
$context['bgsize'] = NextendParse::parse($params->get('fullpagebackgroundimagesize', 'auto'));
$context['inner1height'] = $height . 'px';
$context['canvaswidth'] = $width . "px";
$context['canvasheight'] = $height . "px";
$context['margin'] = '0px 0px 0px 0px ';
?>