Example #1
0
?>
          </tbody>
        </table>
        
        <!-- end of table containing listings  --></td>
      <!-- cell containing map -->
      <td>
		  <?php 
if (count($this->items) > 0) {
    ?>
      	<div id="listingsMap" style="width: 450px; height: 400px; z-index: 1;"></div>
      	<div id="float-gmap">
			<?php 
    $map->printGMapsJS();
    // 	showMap with auto zoom enabled
    $map->showMap(true);
    ?>
		</div>
		<?php 
}
?>
      </td>
    </tr>
  </tbody>
</table>
<!-- END: listing -->

<!-- BEGIN: Pagination -->
<div class="resultsPagination" id="paginationBottom">
 <?php 
echo $this->pagination->getPagesLinks();