Removed my version of jot.tpl

This commit is contained in:
Haakon Meland Eriksen
2015-11-28 16:23:17 +01:00
parent 2b2723cb74
commit cb7df797e1
31 changed files with 2496 additions and 2752 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ function editpost_content(&$a) {
}
if($itm[0]['resource_type'] === 'event' && $itm[0]['resource_id']) {
goaway(z_root() . '/events/event/' . $itm[0]['resource_id']);
goaway(z_root() . '/events/' . $itm[0]['resource_id'] . '?expandform=1');
}