Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F1134047
story.tpl
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
930 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
Tue, Jul 1, 07:52 (2 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24085
Default Alt Text
story.tpl (930 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment