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
This commit is contained in:
Daku 2015-08-10 00:45:06 +01:00
parent 4e79cbdc18
commit ebfcf9389e

View File

@ -143,7 +143,7 @@ class PoolsTheme extends Themelet {
<br><a href="'.make_link("pool/updated").'">Pool Changes</a>
';
$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) {