Annotation of /mambo/trunk/administrator/components/com_installer/language/language.php
Parent Directory
|
Revision Log
Revision 1 - (view) (download)
| 1 : | root | 1 | <?php |
| 2 : | /** | ||
| 3 : | * @version $Id: language.php,v 1.1 2005/07/22 01:52:31 eddieajau Exp $ | ||
| 4 : | * @package Mambo | ||
| 5 : | * @subpackage Installer | ||
| 6 : | * @copyright (C) 2000 - 2005 Miro International Pty Ltd | ||
| 7 : | * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL | ||
| 8 : | * Mambo is Free Software | ||
| 9 : | */ | ||
| 10 : | |||
| 11 : | /** ensure this file is being included by a parent file */ | ||
| 12 : | defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); | ||
| 13 : | |||
| 14 : | // ensure user has access to this function | ||
| 15 : | if ( !$acl->acl_check( 'administration', 'install', 'users', $my->usertype, $element . 's', 'all' ) ) { | ||
| 16 : | mosRedirect( 'index2.php', _NOT_AUTH ); | ||
| 17 : | } | ||
| 18 : | |||
| 19 : | $backlink = '<a href="index2.php?option=com_languages">Back to Language Manager</a>'; | ||
| 20 : | HTML_installer::showInstallForm( 'Install new Language - Site', $option, 'language', '', dirname(__FILE__), $backlink ); | ||
| 21 : | ?> | ||
| 22 : | <table class="content"> | ||
| 23 : | <?php | ||
| 24 : | writableCell( 'media' ); | ||
| 25 : | writableCell( 'language' ); | ||
| 26 : | ?> | ||
| 27 : | </table> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

