Hi,
ich habe 2 datein, einmal index.php und test/template/index.html.
in der test/template/index.html habe ich
<td class="left_box_content">
<LOOP NAME="new_files_loop">
<a href="{link}" class="left_box_content"><b>{headline}</b></a><br />
{description}<br />
({dldate})
<hr class="left_box_content" width="95%" size="1" noshade="noshade" />
</LOOP NAME="new_files_loop">
<IF NAME="parse_new_file_link">
» <a href="{index_url_new_files}" class="left_box_content"><b>{index_all_new_files}</b></a>
</IF NAME="parse_new_file_link">
</td>
</tr>
</table>
Damit ruft er die 5 neuesten Downloads auf.
Ich würde das gerne auf der index.php darstellen und weiß nicht wie ich anfangen soll.
Hat jemand von euch eine Idee?
Bedanke mich schonmal im vorraus.