Show
Ignore:
Timestamp:
09/01/08 18:29:29 (4 months ago)
Author:
ayunyan
Message:

plugin:googlemap added potfile

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/googlemaps/trunk/googlemaps.plugin.php

    r841 r875  
    115115    public function action_admin_header( $theme ) 
    116116    { 
    117         $handler_vars = Controller::get_handler_vars(); 
    118         if (!isset($handler_vars['page']) || $handler_vars['page'] != 'publish') return; 
     117        if ($theme->page != 'publish') return; 
    119118        $api_key = Options::get('googlemaps__api_key'); 
    120119        if (empty($api_key)) return;