You are here

styled-google-view.tpl.php in Styled Google Map 7

Same filename and directory in other branches
  1. 7.2 styled_google_views/styled-google-view.tpl.php

Default simple view template to display a list of rows.

File

styled_google_views/styled-google-view.tpl.php
View source
<?php

/**
 * @file
 * Default simple view template to display a list of rows.
 *
 * @ingroup views_templates
 */
?>
<div id="styled-google-map" style="width:<?php

print $options['styled_google_map_view_width'];
?>;height:<?php

print $options['styled_google_map_view_height'];
?>" class="view <?php

print $classes;
?>"></div>