Plugin Directory

Changeset 1865549


Ignore:
Timestamp:
04/27/2018 07:22:11 PM (8 years ago)
Author:
stbnetwork
Message:

1.1 Update

Location:
stb-network-ads/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stb-network-ads/trunk/index.php

    r1856678 r1865549  
    3636    if ($ad_width == '200')
    3737        {
    38         $ad_height = '220';
     38        $ad_height = '260';
    3939        }
    4040    elseif ($ad_width == '125')
    4141        {
    42         $ad_height = '135';
     42        $ad_height = '190';
    4343        }
    4444      else
     
    8080        {
    8181        $top_ad_width = '125';
    82         $top_ad_height = '135';
     82        $top_ad_height = '190';
    8383        }
    8484    elseif ($stb_network_ads['contextual-top-size'] == "2")
    8585        {
    8686        $top_ad_width = '200';
    87         $top_ad_height = '220';
     87        $top_ad_height = '260';
    8888        }
    8989      else
     
    130130        {
    131131        $inside_ad_width = '125';
    132         $inside_ad_height = '135';
     132        $inside_ad_height = '190';
    133133        }
    134134    elseif ($stb_network_ads['contextual-inside-size'] == "2")
    135135        {
    136136        $inside_ad_width = '200';
    137         $inside_ad_height = '220';
     137        $inside_ad_height = '260';
    138138        }
    139139      else
     
    192192        {
    193193        $bottom_ad_width = '125';
    194         $bottom_ad_height = '135';
     194        $bottom_ad_height = '190';
    195195        }
    196196    elseif ($stb_network_ads['contextual-bottom-size'] == "2")
    197197        {
    198198        $bottom_ad_width = '200';
    199         $bottom_ad_height = '220';
     199        $bottom_ad_height = '260';
    200200        }
    201201      else
  • stb-network-ads/trunk/readme.txt

    r1856678 r1865549  
    6868== Changelog ==
    6969
     70
     71= 1.1 =
     72* Added Banner Sizes to include Texts (better conversions)
     73
    7074= 1.0 =
    7175* Initial Release
Note: See TracChangeset for help on using the changeset viewer.