"$chapter - $section",
'author' => 'Jan van der Steen',
'editor' => 'editor@gobase.org',
'flag' => 'nn',
'section_path' => array(
$chapter,
$section
),
'references' => array(
'home' => array(
'url' => "/",
),
'index' => array(
'url' => "/games/nn/",
),
),
'path' => array(
array(
'txt' => 'home',
'url' => '/',
),
array(
'txt' => $chapter,
'url' => '/games/nn/',
),
array(
'txt' => $section,
),
),
);
if (isset($sgfmode) && $sgfmode == 'details') {
$page_meta['references']['structured'] = array(
'url' => "?sgfmode=none",
);
} else {
$page_meta['references']['details'] = array(
'url' => "?sgfmode=details",
);
}
function content() { sgf_list("*.sgf"); }
emit_page_open($page_meta);
page_section('Game collection', 'content', 'balanced');
emit_page_close($page_meta);
?>