array( 'level' => $_REQUEST['level'], 'nodesep' => $_REQUEST['nodesep'], 'rankdir' => $_REQUEST['rankdir'], 'bgcolor' => $_REQUEST['bgcolor'], 'size' => $_REQUEST['size'] ), 'node' => array( 'fontsize' => $_REQUEST['fontsize'], 'fontname' => $_REQUEST['fontname'], 'shape' => $_REQUEST['shape'], 'style' => $_REQUEST['nodestyle'], 'color' => $_REQUEST['nodecolor'], 'fillcolor' => $_REQUEST['nodefillcolor'], 'width' => $_REQUEST['nodewidth'], 'height' => $_REQUEST['nodeheight'] ), 'edge' => array( 'color' => $_REQUEST['edgecolor'], 'style' => $_REQUEST['edgestyle'] ) ); $str = $wikilib->wiki_get_link_structure($_REQUEST['page'], $_REQUEST['level']); $graph = new Image_GraphViz(); $wikilib->wiki_page_graph($str, $graph, $garg); $graph->image(); ?>