07/17/2013 at 1:53 pm
#265021
Keymaster
@ Susan
In your newly named cmap.php file you need to update class and name:
$atts = array(
'class' => 'CNT_cMap',
'name' => 'cMap',
'type' => 'all',
'version' => '3.0.3',
'author' => 'Steven A. Zahm',
'authorURL' => 'connections-pro.com',
'description' => 'Features a slide out Google Map.',
'path' => plugin_dir_path( __FILE__ ),
'url' => plugin_dir_url( __FILE__ ),
'thumbnail' => 'thumbnail.png'
);
Then in the same file you need to update this; class CNT_cMap { with the value you set it to in class.
Hope that makes sense.
