lib->call('getStructure', 'en'); $txt = array('Top', 'Up', 'Previous', 'Next'); if (!is_null(handler::$h->page)) { $pid = handler::$h->page['id']; $navLinks = handler::$h->lib->call('getNavLinks', $pid); for ($i=0;$i<4;$i++) { $t = is_null($navLinks[$i]) ? "" : ""; $t .= $txt[$i] . (is_null($navLinks[$i]) ? "" : ""); $navLinks[$i] = $t; } } else { $pid = null; $navLinks = $txt; } $size = 15 + prefs::get('main/font_size', 2) * 3; ?>
   
 
searchText)?>" style="width:90%" />
 

Contents

$sd) { if ($br) { echo "
"; } else { $br = true; } if ($depth > 0) { echo str_repeat(' ', $depth * 2); } echo " " . utf8entities($sd['title']) . ""; if (count($sd['subs'])) { echo "
"; dumpManualStructure($sd['subs'], $depth + 1); } } } dumpManualStructure($manual, 0); ?>