aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/pages/thewire/previous.php
blob: 05fc3267e8066a9de45c65d2e22ae65832625a21 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
/**
 * Server up html for a post
 */

$guid = (int) get_input('guid');

$parent = thewire_get_parent($guid);
if ($parent) {
	echo elgg_view_entity($parent);
}