Annotation of /mambo/branches/4.6/administrator/components/com_installer/universal/universal.php
Parent Directory
|
Revision Log
Revision 271 - (view) (download)
| 1 : | counterpoi | 234 | t <?php |
| 2 : | t /** | ||
| 3 : | t * @version $Id: component.php,v 1.1 2005/07/22 01:52:30 eddieajau Exp $ | ||
| 4 : | t * @package Mambo | ||
| 5 : | t * @subpackage Installer | ||
| 6 : | t * @copyright (C) 2000 - 2005 Miro International Pty Ltd | ||
| 7 : | t * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL | ||
| 8 : | t * Mambo is Free Software | ||
| 9 : | t */ | ||
| 10 : | t | ||
| 11 : | t /** ensure this file is being included by a parent file */ | ||
| 12 : | t defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); | ||
| 13 : | t | ||
| 14 : | t // ensure user has access to this function | ||
| 15 : | t //if ( !$acl->acl_check( 'administration', 'install', 'users', $my->usertype, $element . 's', 'all' ) ) { | ||
| 16 : | t // mosRedirect( 'index2.php', T_('You are not authorized to view this resource.') ); | ||
| 17 : | t //} | ||
| 18 : | t | ||
| 19 : | t require_once( $mainframe->getPath( 'installer_html', 'component' ) ); | ||
| 20 : | t | ||
| 21 : | t $suppress_install = false; | ||
| 22 : | t if (!$suppress_install) { | ||
| 23 : | counterpoi | 271 | t HTML_installer::showInstallForm( T_('Install Mambo plugin (component, module, mambot, template, include, parameter, composite)'), $option, 'universal', '', dirname(__FILE__) ); |
| 24 : | counterpoi | 234 | t ?> |
| 25 : | t <table class="content"> | ||
| 26 : | t <?php | ||
| 27 : | t writableCell( 'media' ); | ||
| 28 : | t writableCell( 'administrator/components' ); | ||
| 29 : | t writableCell( 'components' ); | ||
| 30 : | t writableCell( 'administrator/modules' ); | ||
| 31 : | t writableCell( 'modules' ); | ||
| 32 : | t writableCell( 'mambots' ); | ||
| 33 : | t writableCell( 'mambots/content' ); | ||
| 34 : | t writableCell( 'mambots/editors' ); | ||
| 35 : | t writableCell( 'mambots/editors-xtd' ); | ||
| 36 : | t writableCell( 'mambots/search' ); | ||
| 37 : | t writableCell( 'administrator/templates' ); | ||
| 38 : | t writableCell( 'templates' ); | ||
| 39 : | t writableCell( 'includes' ); | ||
| 40 : | t writableCell( 'administrator/includes' ); | ||
| 41 : | t writableCell( 'parameters' ); | ||
| 42 : | t writableCell( 'images/stories' ); | ||
| 43 : | t ?> | ||
| 44 : | t </table> | ||
| 45 : | t <?php | ||
| 46 : | t } | ||
| 47 : | t | ||
| 48 : | t ?> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

