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:
parent
4e79cbdc18
commit
ebfcf9389e
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user