Changeset 8271
- Timestamp:
- Jan 8, 2009, 10:20:32 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/install/sql/v61.sql ¶
r8269 r8271 4088 4088 INSERT INTO `LocalizationKeys` VALUES(3052, 32, '_My info'); 4089 4089 INSERT INTO `LocalizationKeys` VALUES(3053, 32, '_My contacts'); 4090 INSERT INTO `LocalizationKeys` VALUES(3054, 100, '_Ad of the Day'); 4091 INSERT INTO `LocalizationKeys` VALUES(3055, 100, '_Last Ads'); 4090 4092 4091 4093 -- -------------------------------------------------------- … … 6164 6166 INSERT INTO `LocalizationStrings` VALUES(3052, 1, 'My info'); 6165 6167 INSERT INTO `LocalizationStrings` VALUES(3053, 1, 'My contacts'); 6168 INSERT INTO `LocalizationStrings` VALUES(3054, 1, 'Ad of the Day'); 6169 INSERT INTO `LocalizationStrings` VALUES(3055, 1, 'Last Ads'); 6166 6170 6167 6171 -- -------------------------------------------------------- -
TabularUnified trunk/modules/boonex/ads/classes/BxAdsModule.php ¶
r8270 r8271 1811 1811 $oTmpAdsSearch->aCurrent['paginate']['page_url'] = $sRequest; 1812 1812 $sLastAds .= $oTmpAdsSearch->showPagination(); 1813 $sLastAdsSection = DesignBoxContent( 'Last Ads', $sLastAds, 1);1813 $sLastAdsSection = DesignBoxContent(_t('_Last Ads'), $sLastAds, 1); 1814 1814 1815 1815 require_once( $this->_oConfig->getClassPath() . 'BxSearchAds.php'); … … 1821 1821 1822 1822 if ($sTopAdOfAllDayValue == '') $sTopAdOfAllDayValue = MsgBox(_t('_Sorry, nothing found')); 1823 $sTopAdOfAllDaySection = DesignBoxContent( 'Ad of the Day', $sTopAdOfAllDayValue, 1);1823 $sTopAdOfAllDaySection = DesignBoxContent(_t('_Ad of the Day'), $sTopAdOfAllDayValue, 1); 1824 1824 1825 1825 $sCategoriesSection = DesignBoxContent(_t('_Categories'), $sCategoriesBlocks, 1);
Note: See TracChangeset
for help on using the changeset viewer.