Merge branch 'master' into lars

This commit is contained in:
Lars van Hijfte
2017-01-31 14:27:50 +01:00
9 changed files with 297 additions and 170 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>