make block placement more explicit

This commit is contained in:
Shish
2014-10-10 22:19:54 +01:00
parent a066c5ac0e
commit ccfc22aa8b
3 changed files with 5 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ class NumericScoreTheme extends Themelet {
<input type='submit' value='Delete all votes by this user'>
</form>
";
$page->add_block(new Block("Votes", $html, "main", 60));
$page->add_block(new Block("Votes", $html, "main", 80));
}
public function view_popular($images, $dte) {