View of /mambo/branches/4.6/administrator/components/com_installer/universal/universal.php
Parent Directory
|
Revision Log
Revision 271 -
(download)
(annotate)
Mon Feb 13 15:37:07 2006 UTC (7 years, 3 months ago) by counterpoint
File size: 1548 byte(s)
Mon Feb 13 15:37:07 2006 UTC (7 years, 3 months ago) by counterpoint
File size: 1548 byte(s)
Installer bug fixes and development.
<?php /** * @version $Id: component.php,v 1.1 2005/07/22 01:52:30 eddieajau Exp $ * @package Mambo * @subpackage Installer * @copyright (C) 2000 - 2005 Miro International Pty Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * 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.') ); //} require_once( $mainframe->getPath( 'installer_html', 'component' ) ); $suppress_install = false; if (!$suppress_install) { HTML_installer::showInstallForm( T_('Install Mambo plugin (component, module, mambot, template, include, parameter, composite)'), $option, 'universal', '', dirname(__FILE__) ); ?> <table class="content"> <?php writableCell( 'media' ); writableCell( 'administrator/components' ); writableCell( 'components' ); writableCell( 'administrator/modules' ); writableCell( 'modules' ); writableCell( 'mambots' ); writableCell( 'mambots/content' ); writableCell( 'mambots/editors' ); writableCell( 'mambots/editors-xtd' ); writableCell( 'mambots/search' ); writableCell( 'administrator/templates' ); writableCell( 'templates' ); writableCell( 'includes' ); writableCell( 'administrator/includes' ); writableCell( 'parameters' ); writableCell( 'images/stories' ); ?> </table> <?php } ?>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

