modified masonry and posts, masonry is now reusable on group pages.
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
<?php
|
||||
|
||||
require("connect.php");
|
||||
require_once("connect.php");
|
||||
|
||||
function selectGroupByName($name) {
|
||||
$stmt = prepareQuery("
|
||||
SELECT
|
||||
`group_page`.`groupID`,
|
||||
`group_page`.`groupID`,
|
||||
`name`,
|
||||
`description`,
|
||||
|
||||
Reference in New Issue
Block a user