| Current Path : /var/www/iplanru/data/www/i-plan.ru/media/zoo/elements/link/tmpl/ |
| Current File : /var/www/iplanru/data/www/i-plan.ru/media/zoo/elements/link/tmpl/link.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
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
$rel = !empty($rel) ? 'data-lightbox="' . $rel .'"' : '';
echo '<a href="'.JRoute::_($this->get('value', '')).'" title="'.$this->getTitle().'" '.$target.' '. $rel .'>'.$this->getText().'</a>';