Revision: 6576
          http://care2002.svn.sourceforge.net/care2002/?rev=6576&view=rev
Author:   mizuko
Date:     2010-07-21 09:03:52 +0000 (Wed, 21 Jul 2010)

Log Message:
-----------
will be restored on packing

Removed Paths:
-------------
    care2x/branches/gettext/installer/install.php

Deleted: care2x/branches/gettext/installer/install.php
===================================================================
--- care2x/branches/gettext/installer/install.php       2010-07-20 17:08:26 UTC 
(rev 6575)
+++ care2x/branches/gettext/installer/install.php       2010-07-21 09:03:52 UTC 
(rev 6576)
@@ -1,19 +0,0 @@
-<?php
-require_once realpath(dirname(__FILE__)).'/Installer.php';
-
-$smarty = new InstallerSmarty();
-
-$GLOBALS['INSTALLER']['SMARTY'] =& $smarty;
-$output = '';
-if (!isset($run_output)) {
-       $run_output = '';
-}
-$run_output .= $GLOBALS['INSTALLER']['ENGINE']->run();
-$smarty->assign('INSTALLER_PHASE', 
$GLOBALS['INSTALLER']['ENGINE']->getPhaseName());
-
-$output .= $smarty->fetch(Installer::getTemplatePath('header.tpl'));
-$output .= $run_output;
-$output .= $smarty->fetch(Installer::getTemplatePath('footer.tpl'));
-
-print($output);
-?>
\ No newline at end of file


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Care2002-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/care2002-developers

Reply via email to