G’day everyone,
I am skinning a new website using phpVMS. Everything is working except when I put in the code to try and make the Recent PIREPs and New pilots appear only on the home page I get a bunch of errors. Can someone simply tell me the code I have to put in?
Here is the code that I have, tell me where to put the PHP codes please.
<div class="middle_left">
<h3>Recent Reports</h3>
<?php MainController::Run('PIREPS', 'RecentFrontPage', 5); ?>
<h3>Newest Pilots</h3>
<?php MainController::Run('Pilots', 'RecentFrontPage', 5); ?>
</div>
Help would be greatly appreciated! (Been spending three hours skinning )
Mitchell Williamson