Diff of /mambo/branches/4.6/installation/install2.php
Parent Directory
|
Revision Log
|
Patch
| revision 926, Sun Jan 28 13:25:42 2007 UTC | revision 958, Sun Feb 4 12:28:01 2007 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | /** | /** |
| 3 | * @package Mambo Open Source | * Install instructions |
| 4 | * @copyright (C) 2005 - 2006 Mambo Foundation Inc. | * @package Mambo |
| 5 | * @copyright Refer to copyright.php | |
| 6 | * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL | * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL |
| 7 | * | * @author Mambo Foundation Inc see README.php |
| * 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 | ||
| 8 | */ | */ |
| 9 | ||
| 10 | // Set flag that this is a parent file | // Set flag that this is a parent file |
| # | Line 187 | Line 185 |
| 185 | <title><?php echo T_('Mambo - Web Installer') ?></title> | <title><?php echo T_('Mambo - Web Installer') ?></title> |
| 186 | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset ?>" /> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset ?>" /> |
| 187 | <link rel="shortcut icon" href="../images/favicon.ico" /> | <link rel="shortcut icon" href="../images/favicon.ico" /> |
| 188 | <link rel="stylesheet" href="install<? if($text_direction=='rtl') echo '_'.$text_direction ?>.css" type="text/css" /> | <link rel="stylesheet" href="install<?php if($text_direction=='rtl') echo '_'.$text_direction ?>.css" type="text/css" /> |
| 189 | <script type="text/javascript"> | <script type="text/javascript"> |
| 190 | <!-- | <!-- |
| 191 | function check() { | function check() { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

