tutto cho che serve attachments
This commit is contained in:
18
components/com_attachments/views/attachments/view.raw.php
Normal file
18
components/com_attachments/views/attachments/view.raw.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
* Attachments component
|
||||
*
|
||||
* @package Attachments
|
||||
* @subpackage Attachments_Component
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2018 Jonathan M. Cameron, All Rights Reserved
|
||||
* @license http://www.gnu.org/licenses/gpl-3.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');
|
||||
|
||||
/** The normal html view does exactly what we want so just use it */
|
||||
require_once(JPATH_COMPONENT_SITE.'/views/attachments/view.html.php');
|
||||
Reference in New Issue
Block a user