Source for file template.php
Documentation is available at template.php
* @copyright Refer to copyright.php
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @author Mambo Foundation Inc see README.php
/** ensure this file is being included by a parent file */
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
// ensure user has access to this function
if ( !$acl->acl_check( 'administration', 'install', 'users', $my->usertype, $element .
's', 'all' ) ) {
mosRedirect( 'index2.php', T_('You are not authorized to view this resource.') );
$option, 'template', $client, $userfile,
'<a href="index2.php?option=com_templates&client='.
$client.
'">'.
T_('Back to Templates').
'</a>'
Documentation generated on Mon, 05 May 2008 16:23:06 +0400 by phpDocumentor 1.4.0