0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
1.9.7-31
/
htdocs
/
templates
/
modules
/
[
Home
]
File: mod-last_modified_blogs.tpl
{* $Header: /cvsroot/tikiwiki/tiki/templates/modules/mod-last_modified_blogs.tpl,v 1.9.10.1 2005/02/23 21:05:10 michael_davey Exp $ *} {if $feature_blogs eq 'y'} {if $nonums eq 'y'} {eval var="{tr}Last `$module_rows` Modified blogs{/tr}" assign="tpl_module_title"} {else} {eval var="{tr}Last Modified blogs{/tr}" assign="tpl_module_title"} {/if} {tikimodule title=$tpl_module_title name="last_modified_blogs" flip=$module_params.flip decorations=$module_params.decorations} <table border="0" cellpadding="0" cellspacing="0"> {section name=ix loop=$modLastModifiedBlogs} <tr> {if $nonums != 'y'}<td class="module">{$smarty.section.ix.index_next})</td>{/if} <td class="module"> <a class="linkmodule" href="tiki-view_blog.php?blogId={$modLastModifiedBlogs[ix].blogId}"> {$modLastModifiedBlogs[ix].title} </a> </td> </tr> {/section} </table> {/tikimodule} {/if}