/**
  * Displays the Heatmaps page
  */
 function heatmaps_page()
 {
     echo HA_Admin_Page_View::heatmaps_page();
 }