From ebfcf9389eda93590c049fe6c6d9da471e0799de Mon Sep 17 00:00:00 2001 From: Daku Date: Mon, 10 Aug 2015 00:45:06 +0100 Subject: [PATCH] using links as block title doesn't play nice with .js, so specify ID blocks use title as ID, which will break if the title is a link --- ext/pools/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pools/theme.php b/ext/pools/theme.php index 9d43a070..2decb2df 100644 --- a/ext/pools/theme.php +++ b/ext/pools/theme.php @@ -143,7 +143,7 @@ class PoolsTheme extends Themelet {
Pool Changes '; - $page->add_block(new Block($nav_html, null, "left", 5)); + $page->add_block(new Block($nav_html, null, "left", 5, "indexnavleft")); $page->add_block(new Block("Pool Navigation", $poolnav_html, "left", 10)); if(count($pools) == 1) {