View of /mambo/branches/4.6/administrator/components/com_installer/template/template.php
Parent Directory
|
Revision Log
Revision 297 -
(download)
(annotate)
Thu Feb 16 21:43:38 2006 UTC (7 years, 3 months ago) by csouza
File size: 1448 byte(s)
Thu Feb 16 21:43:38 2006 UTC (7 years, 3 months ago) by csouza
File size: 1448 byte(s)
replacement of copyright notices
<?php /** * @package Mambo Open Source * @subpackage Installer * @copyright (C) 2005 - 2006 Mambo Foundation Inc. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * * Mambo was originally developed by Miro (www.miro.com.au) in 2000. Miro assigned the copyright in Mambo to The Mambo Foundation in 2005 to ensure * that Mambo remained free Open Source software owned and managed by the community. * Mambo is Free Software */ /** 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.') ); } $client = mosGetParam( $_REQUEST, 'client', '' ); $userfile = mosGetParam( $_REQUEST, 'userfile', dirname( __FILE__ ) ); $userfile = mosPathName( $userfile ); HTML_installer::showInstallForm( T_('Install new Template').' <small><small>[ ' . ($client == 'admin' ? T_('Administrator') : T_('Site')) .' ]</small></small>', $option, 'template', $client, $userfile, '<a href="index2.php?option=com_templates&client='.$client.'">'.T_('Back to Templates').'</a>' ); ?> <table class="content"> <?php writableCell( 'media' ); writableCell( 'administrator/templates' ); writableCell( 'templates' ); writableCell( 'images/stories' ); ?> </table>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

