| Current Path : /var/www/iplanru/data/www/i-plan.ru/administrator/components/com_zoo/helpers/fields/ |
| Current File : /var/www/iplanru/data/www/i-plan.ru/administrator/components/com_zoo/helpers/fields/zoocalendar.php |
<?php
/**
* @package com_zoo
* @author YOOtheme http://www.yootheme.com
* @copyright Copyright (C) YOOtheme GmbH
* @license http://www.gnu.org/licenses/gpl.html GNU/GPL
*/
// init vars
$class = (string) $node->attributes()->class ? (string) $node->attributes()->class : 'inputbox';
?>
<div class="zoo-calendar">
<?php echo $this->app->html->_('zoo.calendar', $value, $control_name.'['.$name.']', uniqid('calendar-'), compact('class'), true); ?>
</div>