adpress = $GLOBALS['AdPress']; } /************************************* * method: adpress_ad_columns */ function adpress_ad_columns($columns) { return array( 'id' => __('ID', $this->adpress->prefix) , 'shorthand' => __('Shorthand', $this->adpress->prefix) , 'title' => __('Name', $this->adpress->prefix) , 'graphic' => __('Graphic',$this->adpress->prefix), 'destination' => __('Destination', $this->adpress->prefix), 'status' => __('Status', $this->adpress->prefix), 'date' => __('Date', $this->adpress->prefix) ); } } }