Changeset 1865549
- Timestamp:
- 04/27/2018 07:22:11 PM (8 years ago)
- Location:
- stb-network-ads/trunk
- Files:
-
- 2 edited
-
index.php (modified) (4 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stb-network-ads/trunk/index.php
r1856678 r1865549 36 36 if ($ad_width == '200') 37 37 { 38 $ad_height = '2 20';38 $ad_height = '260'; 39 39 } 40 40 elseif ($ad_width == '125') 41 41 { 42 $ad_height = '1 35';42 $ad_height = '190'; 43 43 } 44 44 else … … 80 80 { 81 81 $top_ad_width = '125'; 82 $top_ad_height = '1 35';82 $top_ad_height = '190'; 83 83 } 84 84 elseif ($stb_network_ads['contextual-top-size'] == "2") 85 85 { 86 86 $top_ad_width = '200'; 87 $top_ad_height = '2 20';87 $top_ad_height = '260'; 88 88 } 89 89 else … … 130 130 { 131 131 $inside_ad_width = '125'; 132 $inside_ad_height = '1 35';132 $inside_ad_height = '190'; 133 133 } 134 134 elseif ($stb_network_ads['contextual-inside-size'] == "2") 135 135 { 136 136 $inside_ad_width = '200'; 137 $inside_ad_height = '2 20';137 $inside_ad_height = '260'; 138 138 } 139 139 else … … 192 192 { 193 193 $bottom_ad_width = '125'; 194 $bottom_ad_height = '1 35';194 $bottom_ad_height = '190'; 195 195 } 196 196 elseif ($stb_network_ads['contextual-bottom-size'] == "2") 197 197 { 198 198 $bottom_ad_width = '200'; 199 $bottom_ad_height = '2 20';199 $bottom_ad_height = '260'; 200 200 } 201 201 else -
stb-network-ads/trunk/readme.txt
r1856678 r1865549 68 68 == Changelog == 69 69 70 71 = 1.1 = 72 * Added Banner Sizes to include Texts (better conversions) 73 70 74 = 1.0 = 71 75 * Initial Release
Note: See TracChangeset
for help on using the changeset viewer.