I get the summary like this;
Code:
|<a href="javascript://" onclick="show_hide_user_links(document.getElementById('ls_contents-{$link_shakebox_index}'));"
title="Show Summary"> Show Summary</a>
<br>
<span id="ls_contents-{$link_shakebox_index}"style="display:none">{checkActionsTpl
location="tpl_link_summary_pre_story_content"}</span> Code:
<a href="javascript://" onclick="show_hide_user_links(document.getElementById('ls_related-{$link_shakebox_index}'));"
title="Show Related">Related</a><br>
<span id="ls_related-{$link_shakebox_index}"style="display:none"
{if count($related_story) neq 0}
<ol>
{section name=nr loop=$related_story}
<li><a href = "{$related_title_url}{$related_story[nr].link_title_url}">{$related_story[nr].link_title}</a><br/></li>
{/section}
</ol>
{/if}
</span></div> 



Linear Mode




