Your IP : 172.28.240.42


Current Path : /var/www/html/clients/kampol.e-nk.ru/components/com_attachments/views/attachments/
Upload File :
Current File : /var/www/html/clients/kampol.e-nk.ru/components/com_attachments/views/attachments/view.raw.php

<?php
/**
 * Attachments component
 *
 * @package Attachments
 * @subpackage Attachments_Component
 *
 * @copyright Copyright (C) 2007-2011 Jonathan M. Cameron, All Rights Reserved
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 * @link http://joomlacode.org/gf/project/attachments/frs/
 * @author Jonathan M. Cameron
 */

// No direct access
defined('_JEXEC') or die('Restricted Access');

// NOTE: The normal html view does exactly what we want so just use it

require_once(JPATH_COMPONENT_SITE.DS.'views'.DS.'attachments'.DS.'view.html.php');

?>