- loadTemplate('chart_cost_public'); ?>
- loadTemplate('chart_intervention_cost_benefit_public'); ?>
- loadTemplate('contact_form_public'); ?>
@owner Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html /-------------------------------------------------------------------------------------------------------/ Cost Benefit Projection Tool. /------------------------------------------------------------------------------------------------------*/ // No direct access to this file defined('_JEXEC') or die('Restricted access'); // set the active tabs based on interventions if (isset($this->results->interventions) && CostbenefitprojectionHelper::checkArray($this->results->interventions)) { $savings = 'uk-active '; $details = ''; } else { $savings = ''; $details = 'uk-active '; } ?>