Use new field names.
This commit is contained in:
parent
23f4789599
commit
943563a8db
@ -1,8 +1,8 @@
|
||||
<ul class="boards">
|
||||
{{#children}}
|
||||
<li class="board">
|
||||
<div class="name"><a href="board-{{id_board}}">{{name}}</a></div>
|
||||
<div class="description">{{description}}</div>
|
||||
<div class="name"><a href="board-{{id}}">{{name}}</a></div>
|
||||
<div class="description">{{{description}}}</div>
|
||||
{{>child_boards}}
|
||||
</li>
|
||||
{{/children}}
|
||||
|
@ -3,7 +3,7 @@
|
||||
<h3>{{thread.subject}} - Page {{next}}</h3>
|
||||
{{>pagination}}
|
||||
{{#posts}}
|
||||
<article id="post-{{id_msg}}">
|
||||
<article id="msg{{id}}">
|
||||
<header>
|
||||
<h4>{{subject}}</h4>
|
||||
<div><span class="label">Posted by:</span> {{poster_name}}</div>
|
||||
|
@ -8,7 +8,7 @@
|
||||
</tr>
|
||||
{{#threads}}
|
||||
<tr>
|
||||
<td class="thread-subject"><a href="thread-{{id_topic}}">{{subject}}</a></td>
|
||||
<td class="thread-subject"><a href="thread-{{id}}">{{subject}}</a></td>
|
||||
<td class="thread-poster">{{poster_name}}</td>
|
||||
<td class="thread-date">{{datetime}}</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user