~set('title','Tribune Libre') ~includeonce('../config.tmpl') ~includeonce('config.tmpl') ~include("../site/header.tmpl")
Rappel : Il faut être identifié pour poster sur la tribune.
~list(~get('database'),"SELECT board.id,board.message,board.timestamp + 0 as timestamp,users.login FROM board,users WHERE section=1 AND users.id=board.user_id AND board.timestamp > date_sub(CURRENT_TIMESTAMP(), interval 2 day) ORDER BY board.id DESC LIMIT 250", 'LF','~fld('id')~ucfirst(~stamp2date(~fld('timestamp'),'short'))
') ~disp_board_row() ')