Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F391934
story.tpl
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
959 B
Subscribers
None
story.tpl
View Options
{
$description
=
$section
->
description
|
trim
}
{
foreach
from
=
$section
->
hooks
item
=
hook
}
{
$hook
->
update_description
(
$description
)
}
{
/foreach
}
<!-- Story -->
<div class="content_wrapper">
<h1>
{
$PAGE_TITLE
}
</h1>
<div class="content">
<h2>
{
$section
->
title
}
</h2>
<p>
{
$description
|
text2html
}
</p>
<ul>
{
if
$section
->
choices
}
{
foreach
from
=
$section
->
choices
item
=
choice
}
<li><a href="
{
get_url
(
'explore'
,
$choice
->
guid
)
}
">
{
$choice
->
text
}
</a></li>
{
/foreach
}{
/if
}
{
$links
=
array
()
}
{
foreach
from
=
$section
->
hooks
item
=
hook
}
{
$hook
->
get_choices_links
(
$links
)
}
{
/foreach
}
{
foreach
from
=
$links
item
=
link
}
<li><a href="
{
$link
[
1
]
}
">
{
$link
[
0
]
}
</a></li>
{
/foreach
}
</ul>
{
foreach
from
=
$section
->
hooks
item
=
hook
}
{
$hook
->
add_content
()
}
{
/foreach
}
</div>
</div>
{
foreach
from
=
$section
->
hooks
item
=
hook
}
{
$hook
->
add_html
()
}
{
/foreach
}
File Metadata
Details
Attached
Mime Type
text/html
Expires
Sat, Feb 22, 20:25 (1 d, 20 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23038
Default Alt Text
story.tpl (959 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment