Page 1 of 1

More Banners

PostPosted: Fri Feb 23, 2007 9:03 am
Author: psyperu
in the original of 141 anguage/lang_english/lang_banner.php
oonly for 15 banners
Code: Select all
$lang['Banner_spot']['0'] = "Over all banner"; // used for {BANNER_0_IMG} tag in the template files  $lang['Banner_spot']['1'] = "Top left 1"; // used for {BANNER_1_IMG} tag in the template files  $lang['Banner_spot']['2'] = "Top left 2"; // used for {BANNER_2_IMG} tag in the template files  $lang['Banner_spot']['3'] = "Top center 1"; // used for {BANNER_3_IMG} tag in the template files  $lang['Banner_spot']['4'] = "Top center 2"; // used for {BANNER_4_IMG} tag in the template files  $lang['Banner_spot']['5'] = "Top right 1"; // used for {BANNER_5_IMG} tag in the template files  $lang['Banner_spot']['6'] = "Top right 2"; // used for {BANNER_6_IMG} tag in the template files  $lang['Banner_spot']['7'] = "Bottom left 1"; // used for {BANNER_7_IMG} tag in the template files  $lang['Banner_spot']['8'] = "Bottom left 2"; // used for {BANNER_8_IMG} tag in the template files  $lang['Banner_spot']['9'] = "Bottom center 1"; // used for {BANNER_9_IMG} tag in the template files  $lang['Banner_spot']['10'] = "Bottom center 2"; // used for {BANNER_10_IMG} tag in the template files  $lang['Banner_spot']['11'] = "Bottom right 1"; // used for {BANNER_11_IMG} tag in the template files  $lang['Banner_spot']['12'] = "Bottom right 2"; // used for {BANNER_12_IMG} tag in the template files  $lang['Banner_spot']['13'] = "Forum_view top"; // used for {BANNER_13_IMG} tag in the template files  $lang['Banner_spot']['14'] = "Topic view top"; // used for {BANNER_14_IMG} tag in the template files  $lang['Banner_spot']['15'] = "Topic view botton"; // used for {BANNER_15_IMG} tag in the template files      


and in the integramod132 you find this for 23 banners

Code: Select all
$lang['Banner_spot']['0'] = "Header banner"; // used for {BANNER_0_IMG} tag in the template files$lang['Banner_spot']['1'] = "Top left 1"; // used for {BANNER_1_IMG} tag in the template files$lang['Banner_spot']['2'] = "Top left 2"; // used for {BANNER_2_IMG} tag in the template files$lang['Banner_spot']['3'] = "Top center 1"; // used for {BANNER_3_IMG} tag in the template files$lang['Banner_spot']['4'] = "Top center 2"; // used for {BANNER_4_IMG} tag in the template files$lang['Banner_spot']['5'] = "Top right 1"; // used for {BANNER_5_IMG} tag in the template files$lang['Banner_spot']['6'] = "Top right 2"; // used for {BANNER_6_IMG} tag in the template files$lang['Banner_spot']['7'] = "Bottom left 1"; // used for {BANNER_7_IMG} tag in the template files$lang['Banner_spot']['8'] = "Bottom left 2"; // used for {BANNER_8_IMG} tag in the template files$lang['Banner_spot']['9'] = "Bottom center 1"; // used for {BANNER_9_IMG} tag in the template files$lang['Banner_spot']['10'] = "Bottom center 2"; // used for {BANNER_10_IMG} tag in the template files$lang['Banner_spot']['11'] = "Bottom right 1"; // used for {BANNER_11_IMG} tag in the template files$lang['Banner_spot']['12'] = "Bottom rigth 2"; // used for {BANNER_12_IMG} tag in the template files$lang['Banner_spot']['13'] = "Forum_view top"; // used for {BANNER_13_IMG} tag in the template files$lang['Banner_spot']['14'] = "Topic view top"; // used for {BANNER_14_IMG} tag in the template files$lang['Banner_spot']['15'] = "Topic view botton"; // used for {BANNER_15_IMG} tag in the template files$lang['Banner_spot']['16'] = "Portal Top"; // used for {BANNER_16_IMG} tag in the template files$lang['Banner_spot']['17'] = "Portal Bottom"; // used for {BANNER_17_IMG} tag in the template files$lang['Banner_spot']['18'] = "Index Top"; // used for {BANNER_18_IMG} tag in the template files$lang['Banner_spot']['19'] = "Index Bottom"; // used for {BANNER_19_IMG} tag in the template files$lang['Banner_spot']['20'] = "Portal Link Block 1"; // used for {BANNER_20_IMG} tag in the template files$lang['Banner_spot']['21'] = "Portal Link Block 2"; // used for {BANNER_21_IMG} tag in the template files$lang['Banner_spot']['22'] = "Portal Link Block 3"; // used for {BANNER_22_IMG} tag in the template files$lang['Banner_spot']['23'] = "Portal Link Block 4"; // used for {BANNER_23_IMG} tag in the template files