Revision: 6571 http://care2002.svn.sourceforge.net/care2002/?rev=6571&view=rev Author: robertmeggle Date: 2010-07-20 13:19:10 +0000 (Tue, 20 Jul 2010)
Log Message: ----------- install file was missing there Added Paths: ----------- care2x/branches/gettext/installer/install.php Added: care2x/branches/gettext/installer/install.php =================================================================== --- care2x/branches/gettext/installer/install.php (rev 0) +++ care2x/branches/gettext/installer/install.php 2010-07-20 13:19:10 UTC (rev 6571) @@ -0,0 +1,19 @@ +<?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 Care2002-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/care2002-developers