Ignore:
Timestamp:
Dec 7, 2011, 5:39:56 AM (12 years ago)
Author:
rvelices
Message:

rv_gmaps towards full maps api v3 migration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_gmaps/trunk/main.inc.php

    r12367 r12700  
    106106                        global $rvm_dir;
    107107                        $map_url = rvm_duplicate_map_picture_url();
    108                         if (!empty($map_url))
    109                         {
    110                                 $link_title = sprintf( l10n('displays %s on a map'), strip_tags($pictures['current']['name']) );
    111                                 $template->concat( 'PLUGIN_PICTURE_ACTIONS' , sprintf(RVM_ACTION_MODEL,
     108                        $link_title = sprintf( l10n('displays %s on a map'), strip_tags($pictures['current']['name']) );
     109                        $template->concat( 'PLUGIN_PICTURE_ACTIONS' , sprintf(RVM_ACTION_MODEL,
    112110                                        $map_url, $link_title, ' target="_top"', 'map', 'map'
    113111                                ));
    114                         }
    115112                }
    116113        }
Note: See TracChangeset for help on using the changeset viewer.