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:
commit
2f3d118e77
16 changed files with 93 additions and 59 deletions
|
@ -1,3 +1,5 @@
|
|||
$live_update
|
||||
|
||||
{{ for $threads as $thread }}
|
||||
<div id="tread-wrapper-$thread.id" class="tread-wrapper">
|
||||
{{ for $thread.items as $item }}
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
$live_update
|
||||
|
||||
{{ for $threads as $item }}
|
||||
{{ inc $item.template }}{{ endinc }}
|
||||
{{ endfor }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue