~include('../site/header.tmpl')
~noeval('../box/forums.tmpl')
~include('../site/sidebox.tmpl')
~if(~get_filenamevar(1), ~http_error(404))
Forums
~list(~get('database'),
"SELECT id, name, description
FROM forums
WHERE state=~get('state_ok') ORDER by id ASC",
'LF','
',
'LM',~include('forum_summary.txt'),
'LL','
'
)
Derniers commentaires
~include('../site/lastcomments.tmpl',,22)
~include('../site/footer.tmpl')