<?php

	/*
	 * Template for data visualisation page
	 */

	//	define('everyonenews','true');



	// Load Elgg engine
	require_once(dirname(dirname(dirname(dirname(dirname(__FILE__))))) . "/engine/start.php");

    	# my custom functions, in root of 'custom_index' plugin
    	include_once( $CONFIG->pluginspath . 'custom_index/functions.php');
    	include_once( $CONFIG->pluginspath . 'custom_index/settings.php');

        // define datavis context
	global $datavis;
	$datavis = true;

	global $CONFIG;
	
	$app = file_get_contents("inc_en.js");

	$body = elgg_view_layout("one_column", $app);
	
	// Display page
	page_draw("NPS Fukushima-1, full info about each of 6 reactors, by TEXTY.org.ua ", $body);
	
?>
