Yep, i get that alot - especially when flying online  
Now, i looked up the corresponding code - that's 
 
</div>
   <div id="left">
<div id="box">
<h3>Recent Reports</h3>
<?php MainController::Run('PIREPS', 'RecentFrontPage', 5); ?>
   </div>
<div id="box">
<h3>Newest Pilots</h3>
<?php MainController::Run('Pilots', 'RecentFrontPage', 5); ?>
   </div>
 
I cut out - Boxes gone - so far so good  
My frontpage.tpl looks like this 
 
<?php
// Show the News module, call the function ShowNewsFront
// This is in the modules/Frontpage folder
MainController::Run('News', 'ShowNewsFront', 5);
   ?>
 
This maybe a silly question, but how do i add it correctly to not get a "syntax error"  
This is all new to me, but i'm more than just willing to learn