*/ /** * Renders the topbar * * @author Michael Klier * @author Louis Wolf */ function tpl_topbar() { global $ID; $found = false; $tbar = ''; $path = explode(':', $ID); while(!$found && count($path) >= 0) { $tbar = implode(':', $path) . ':' . 'topbar'; $found = @file_exists(wikiFN($tbar)); array_pop($path); // check if nothing was found if(!$found && $tbar == ':topbar') return; } if($found && auth_quickaclcheck($tbar) >= AUTH_READ) { $toolbar = p_wiki_xhtml($tbar,'',false); $lines = explode("\n", $toolbar); $nr = count($lines); $open_ul = 0; $primary_ul = 0; $positions = array(); for($i=0; $i<$nr; $i++) { if (trim($lines[$i]) == '