Exemplo n.º 1
0
    }
}
?>

<?php 
if (isset($_GET['tab'])) {
    if (stristr($_GET['tab'], 'photos')) {
        echo $imdb->createPhotos($movieArray['media_images'], $settings_data['info_photos']);
    }
}
?>

<?php 
if (isset($_GET['tab'])) {
    if (stristr($_GET['tab'], 'reviews')) {
        foreach ($imdb->getReviews($movieArray['title_id']) as $all_reviews) {
            echo $all_reviews . '<hr>';
        }
    }
}
?>

</div>
    </td>
  </tr>
</table>
<table width="1200" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-left:auto;margin-right:auto;">
  <tr>
    <td>
<?php 
$template->footer();