Subversion Repositories Applications.projet

Rev

Rev 422 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 422 Rev 424
Line 63... Line 63...
63
		$html .= '<tr><th>Num</th><th>De</th><th>Sujet</th><th>Date</th></tr>'."\n";
63
		$html .= '<tr><th>Num</th><th>De</th><th>Sujet</th><th>Date</th></tr>'."\n";
64
		$html .= '<tr><td colspan="3"><hr /></td></tr>'."\n";
64
		$html .= '<tr><td colspan="3"><hr /></td></tr>'."\n";
65
		$ctc .= 0;
65
		$ctc .= 0;
Line 66... Line 66...
66
 
66
 
67
		if (is_file($cache)) {
67
		if (is_file($cache)) {
68
			file_get_contents($cache);
68
			$html .= file_get_contents($cache);
69
		}
69
		}
70
		$html .= '<tr><td colspan="3"></td></tr>'."\n";
70
		$html .= '<tr><td colspan="3"></td></tr>'."\n";
Line 71... Line 71...
71
        $html .= '</table>'."\n";
71
        $html .= '</table>'."\n";