SMF Support > SMF 2.0.x Support

SSI integration changed

<< < (4/4)

Owdy:
Okay, this works :)


--- Code: ---<?php
$viestit = ssi_recentPosts(50, NULL, NULL, NULL);
foreach ($viestit as $post)
     echo '', $post['time'], '&nbsp;<a href="', $post['href'], '">', $post['subject'], '</a> - ', $post['poster']['link'], '<br />';
echo'
</div>';
ssi_shutdown();
?>
--- End code ---

Navigation

[0] Message Index

[*] Previous page

Go to full version