diff --git a/ext/pools/theme.php b/ext/pools/theme.php index 65194103..b02b8bec 100644 --- a/ext/pools/theme.php +++ b/ext/pools/theme.php @@ -136,14 +136,13 @@ class PoolsTheme extends Themelet { $page->set_title($heading); $page->set_heading($heading); - $nav_html = 'Index'; $poolnav_html = ' Pool Index
Create Pool
Pool Changes '; - $page->add_block(new Block($nav_html, null, "left", 5, "indexnavleft")); + $page->add_block(new NavBlock()); $page->add_block(new Block("Pool Navigation", $poolnav_html, "left", 10)); if(count($pools) == 1) {