Jump to content

Upcoming Flights


Omerr01

Recommended Posts

Well the code isn't wrong, so that's not the issue. In your templates folder(Either in your skin or in /core) look for frontpage_recentbids.tpl, and check if there is any code inside. Let me know what you got. Also, is there any errors showing on the website, or is it just blank and not showing?

<?php

if(!$lastbids)

{

echo 'No bids have been made';

return;

}

foreach($lastbids as $lastbid);

{

?>

<style type="text/css">

<!--

.style2 {

font-family: Arial;

font-size: 10px;

}

-->

</style>

<table width="100%" border="0" align="center" cellpadding="5" cellspacing="0">

<tr>

<td><p class="style2"><?php echo $lastbid->bidid . ' - ' . $lastbid->code.$lastbid->flightnum.' - '.$lastbid->depicao.' to '.$lastbid->arricao?></a>

</p>

<?php

}

?></p></td>

</tr>

</table>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...