$gBitThemes->getGraphvizGraphAttributes( $_REQUEST ), 'node' => $gBitThemes->getGraphvizNodeAttributes( $_REQUEST ), 'edge' => $gBitThemes->getGraphvizEdgeAttributes( $_REQUEST ), ]; $linkStructure = $gContent->getLinkStructure( $gContent->mPageName, !empty( $_REQUEST['level'] ) ? $_REQUEST['level'] : 0 ); $gContent->linkStructureGraph( $graph, $linkStructure, $params ); $graph->image( 'png' );