Skip to content
Snippets Groups Projects
Commit c13f6230 authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge branch 'develop' into develop-next

parents f298a4d5 e4b3fcd3
Branches
Tags
No related merge requests found
...@@ -34,7 +34,9 @@ if (count($entries)) { ...@@ -34,7 +34,9 @@ if (count($entries)) {
$events->next(); $events->next();
$event = $events->current(); $event = $events->current();
} }
?><div id="thread-entry-<?php echo $entry->getId(); ?>"><?php
include 'thread-entry.tmpl.php'; include 'thread-entry.tmpl.php';
?></div><?php
} }
$i++; $i++;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment