Skip to content
Snippets Groups Projects
pastebin-sidebar.tpl 289 B
Newer Older
<div class="cbb">
{if count($pasteList) > 0 }
	<ul id="lstSidebar">
{foreach name=pasteList from=$pasteList item=pasteItem}
		<li><a href="{$urifragment}{$pasteItem.id}"> {$pasteItem.name} - {$pasteItem.time_diff} ago </a></li>
{/foreach}
	</ul>
{else}
	<p>None Available</p>
{/if}
</div>