ald_OpenPictureWindow(theURL, winName, features, myWidth, myHeight, isCenter, myTitle) Author: Ajay D'Souza Author URI: http://ajaydsouza.com/ */ if (!defined('ABSPATH')) die("Aren't you supposed to come here via WP-Admin?"); define('ALD_OPW', dirname(__FILE__)); // Pre-2.6 compatibility if ( !defined('WP_CONTENT_URL') ) define( 'WP_CONTENT_URL', get_option('siteurl') . '/wp-content'); if ( !defined('WP_CONTENT_DIR') ) define( 'WP_CONTENT_DIR', ABSPATH . 'wp-content' ); // Guess the location $opw_path = WP_CONTENT_DIR.'/plugins/'.plugin_basename(dirname(__FILE__)); $opw_url = WP_CONTENT_URL.'/plugins/'.plugin_basename(dirname(__FILE__)); function ald_openpicturewindow() { global $opw_path; global $opw_url; ?>