extranet/includes/scoresws/synthese.php

18 lines
284 B
PHP
Raw Normal View History

2009-09-24 09:26:55 +00:00
<?php
function block_synthese($wsresult)
{
$page = array();
$page['titre'] = 'SYNTH&Egrave;SE';
$page['blocks'] = array();
$i = 0;
$page['blocks'][$i]['titre'] = '';
$page['blocks'][$i]['ligne'] = array();
$lignes = array();
$page['blocks'][$i]['ligne'] = $lignes;
}