0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
templates
/
[
Home
]
File: blog_post_related_content.tpl
{if isset($post_info.related_posts) && !empty($post_info.related_posts)} <div class="related_posts"> <h4>{tr}Related content:{/tr}</h4> <ul> {foreach from=$post_info.related_posts item=related} <li>{self_link postId=$related.postId}{$related.name}{/self_link}</li> {/foreach} </ul> </div> {/if}