<?
	// 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;
	unset($datavis);
	set_context('infoviz');
	
	global $CONFIG;
	
	$app = file_get_contents("index1.inc");

	$body = elgg_view_layout("one_column", $app);
	
	// Display page
	page_draw("Візуалізація від ТЕКСТІВ: Рейтинг депутатів-прогульників, Верховна Рада 2011-2012", $body);
	
?>
