"; $dir = opendir("."); $setmodules = 1; while($file = readdir($dir)) { if(preg_match("/^admin_.*/", $file)) { //print "$file
\n"; include($file); } } $template->set_filenames(array( "body" => "admin/navigate.tpl") ); while( list($cat, $action_array) = each($module) ) { $template->assign_block_vars("catrow", array( "CATNAME" => $cat) ); while( list($action, $file) = each($action_array) ) { $template->assign_block_vars("catrow.actionrow", array( "ACTIONNAME" => $action, "FILE" => $file) ); } } //var_dump($module); $template->pparse("body"); $setmodules = 0; } elseif ($pane == 'right') { echo "This the right pane ;)"; } else { // Generate frameset ?> Admin <body bgcolor="#FFFFFF"> Sorry, your browser doesn't seem to support Frames.. </body>