{$showpath}
{if condition="$fullscreen < 2"} {if condition="$fullscreen < 1"} {/if} {if condition="$fullscreen < 2"} {/if}
{else} {/if} {loop name="tpl_messages"}
{$value.title}
{$value.content}
{/loop} {loop name="tpl_blocks_central"} {if condition="$value.usetitle > 0"}
{$value.title}
{/if}
{$value.content}
{/loop} {if condition="$tpl_page.title != ''"}
{if condition="$tpl_page.url != ''"} {$tpl_page.title} {else} {$tpl_page.title} {/if}
{/if} {if condition="$tpl_page.name == 'blog'"} {include="blog"} {/if} {if condition="$tpl_page.name == 'news'"} {include="news"} {/if}
{$tpl_page.content}
{loop name="tpl_blocks_extra"} {if condition="$value.usetitle > 0"}
{$value.title}
{/if}
{$value.content}
{/loop}
{loop name="tpl_blocks_navigator"} {if condition="$value.usetitle > 0"}
{$value.title}
{/if}
{$value.content}
{/loop}
Recent news
get_list("SELECT id,nome FROM memht_news WHERE enabled=1 ORDER BY id DESC LIMIT 5"); foreach ($news_result as $row_news) { $nnome = outCode($row_news['nome']); echo "\n"; } ?>
Recent files
get_list("SELECT nome FROM memht_download ORDER BY id DESC LIMIT 5"); foreach ($dw_result as $row_dw) { $dnome = outCode($row_dw['nome']); echo "\n"; } ?>
Recent comments
get_list("SELECT name,text FROM memht_comments WHERE moderate=0 ORDER BY id DESC LIMIT 5"); foreach ($result as $row) { $name = outCode($row['name']); $text = outCode($row['text']); echo "
P $name: ".trimString($text,20,1)."
\n"; } ?>
P "._DWNRSSFEED_."
\n"; echo "
P "._FORUMRSSFEED_."
\n"; echo "
P "._NEWSRSSFEED_."
\n"; echo "
P Sitemap
\n"; ?>
{$footmsg}