Fixed posting on group pages.

This commit is contained in:
K. Nobel
2017-01-31 12:53:45 +01:00
parent c14a2770bd
commit 6b13db9c4f
4 changed files with 35 additions and 6 deletions

View File

@@ -34,6 +34,9 @@ include("../views/group.php");
include("../views/footer.php");
$masonry_mode = 0;
if ($group["role"] == "mod" OR $group["role"] == "admin") {
$masonry_mode = 2;
}
?>
<script src="js/masonry.js"></script>