Changeset 2837
- Timestamp:
- 01/09/11 15:26:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/myGmaps/_public.php
r2826 r2837 162 162 'infowindow_'.$_ctx->posts->post_id.'.setContent('."\n". 163 163 '"<h3>"+title+"</h3>"+'."\n". 164 '"<div id=\"post-infowindow_'.$_ctx->posts->post_id.'\">"+content+"</div>"'."\n".164 '"<div class=\"post-infowindow\" id=\"post-infowindow_'.$_ctx->posts->post_id.'\">"+content+"</div>"'."\n". 165 165 ');'."\n". 166 166 'infowindow_'.$_ctx->posts->post_id.'.open(map_'.$_ctx->posts->post_id.', marker);'."\n". … … 173 173 'infowindow_'.$_ctx->posts->post_id.'.setContent('."\n". 174 174 '"<h3>"+title+"</h3>"+'."\n". 175 '"<div id=\"post-infowindow_'.$_ctx->posts->post_id.'\">"+content+"</div>"'."\n".175 '"<div class=\"post-infowindow\" id=\"post-infowindow_'.$_ctx->posts->post_id.'\">"+content+"</div>"'."\n". 176 176 ');'."\n". 177 177 'infowindow_'.$_ctx->posts->post_id.'.open(map_'.$_ctx->posts->post_id.');'."\n".
Note: See TracChangeset
for help on using the changeset viewer.