~includeonce('../config.tmpl') ~set('title','Liens') ~include('../site/header.tmpl')
~include('../box/submit.tmpl') ~include('../site/sidebox.tmpl')

Liens

~list( ~get('database'), "SELECT id, title, body FROM links WHERE links.state=~get('state_ok')", 'LM', '

~fld('title'): ~fld('body') ~include('../lib/urls.disp.txt', ~fld('id'), ~get('res_type_links'))

' )
~include("../site/footer.tmpl")