Skip to content
Snippets Groups Projects
Unverified Commit e4b3fcd3 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4383 from JediKev/issue/client-side-thread-entries

issue: Client Side Thread Entries
parents c0b29679 e012bea1
No related branches found
No related tags found
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