1
0
Fork 0

Merge pull request #508 from fermionic/no-theme-control-of-live-update-location

allow themes to decide where live updates appear
This commit is contained in:
fermionic 2012-10-10 17:34:28 -07:00
commit 2f3d118e77
16 changed files with 93 additions and 59 deletions

View file

@ -1,3 +1,5 @@
$live_update
{{ for $threads as $thread }}
<div id="tread-wrapper-$thread.id" class="tread-wrapper">
{{ for $thread.items as $item }}

View file

@ -1,3 +1,5 @@
$live_update
{{ for $threads as $item }}
{{ inc $item.template }}{{ endinc }}
{{ endfor }}