From 73ff0e669d7ef19e36f74d8b9bafe65657a0b9c0 Mon Sep 17 00:00:00 2001 From: im-mi Date: Tue, 6 Sep 2016 08:34:20 -0400 Subject: [PATCH] Use generic NavBlock instead of "Index" block on pool pages --- ext/pools/theme.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) {