Page MenuHomeCode

story.tpl
No OneTemporary

story.tpl

<!-- Story -->
<div class="story">
<h1>{$PAGE_TITLE}</h1>
<h2>{$section->title}</h2>
<p>{$section->description|trim|text2html}</p>
{if $section->choices}
<ul>
{foreach from=$section->choices item=choice}
<li><a href="{get_url('explore', $choice->guid)}">{$choice->text}</a></li>
{/foreach}
</ul>
{/if}
</div>

File Metadata

Mime Type
text/html
Expires
Mon, Jun 30, 14:05 (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24153
Default Alt Text
story.tpl (384 B)

Event Timeline