/[drupal]/contributions/modules/contaxe/contaxe.module
ViewVC logotype

Diff of /contributions/modules/contaxe/contaxe.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.14.2.2, Thu Feb 28 16:59:41 2008 UTC revision 1.14.2.3, Mon Jun 16 13:10:34 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: contaxe.module,v 1.14.2.1 2008/02/28 11:39:23 salgar Exp $  // $Id: contaxe.module,v 1.14.2.2 2008/02/28 16:59:41 salgar Exp $
3    
4  /*  /*
5    http://drupal.org/project/jquery_update    http://drupal.org/project/jquery_update
# Line 84  $GLOBALS['_CONTAXE_ADFORMATS'] = array( Line 84  $GLOBALS['_CONTAXE_ADFORMATS'] = array(
84    12 => array( 'desc' => 'Button 2',                                  'width'  => '120', 'height' =>  '60', 'adtype' => 'img'),    12 => array( 'desc' => 'Button 2',                                  'width'  => '120', 'height' =>  '60', 'adtype' => 'img'),
85    13 => array( 'desc' => 'Micro Bar',                                 'width'  =>  '88', 'height' =>  '31', 'adtype' => 'img'),    13 => array( 'desc' => 'Micro Bar',                                 'width'  =>  '88', 'height' =>  '31', 'adtype' => 'img'),
86    14 => array( 'desc' => 'Micro Button',                              'width'  =>  '80', 'height' =>  '15', 'adtype' => 'img'),    14 => array( 'desc' => 'Micro Button',                              'width'  =>  '80', 'height' =>  '15', 'adtype' => 'img'),
87    15 => array( 'desc' => 'Medium Rectangle (2x2)',                    'width'  => '300', 'height' => '250', 'adtype' => 'txt'),    50 => array( 'desc' => 'Medium Rectangle (2x2)',                    'width'  => '300', 'height' => '250', 'adtype' => 'txt'),
88    16 => array( 'desc' => 'Vertical Banner (2x1)',                     'width'  => '120', 'height' => '240', 'adtype' => 'txt'),    16 => array( 'desc' => 'Vertical Banner (2x1)',                     'width'  => '120', 'height' => '240', 'adtype' => 'txt'),
89    17 => array( 'desc' => 'Wide Skyscraper (4x1)',                     'width'  => '160', 'height' => '600', 'adtype' => 'imgtxt'),    17 => array( 'desc' => 'Wide Skyscraper (4x1)',                     'width'  => '160', 'height' => '600', 'adtype' => 'imgtxt'),
90    18 => array( 'desc' => 'Fullbanner (1x1)',                          'width'  => '468', 'height' =>  '60', 'adtype' => 'txt'),    18 => array( 'desc' => 'Fullbanner (1x1)',                          'width'  => '468', 'height' =>  '60', 'adtype' => 'txt'),

Legend:
Removed from v.1.14.2.2  
changed lines
  Added in v.1.14.2.3

  ViewVC Help
Powered by ViewVC 1.1.2