Changeset 8271


Ignore:
Timestamp:
Jan 8, 2009, 10:20:32 AM (16 years ago)
Author:
Andrey Prikaznov
Message:

'A' Ads module

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/install/sql/v61.sql

    r8269 r8271  
    40884088INSERT INTO `LocalizationKeys` VALUES(3052, 32, '_My info'); 
    40894089INSERT INTO `LocalizationKeys` VALUES(3053, 32, '_My contacts'); 
     4090INSERT INTO `LocalizationKeys` VALUES(3054, 100, '_Ad of the Day'); 
     4091INSERT INTO `LocalizationKeys` VALUES(3055, 100, '_Last Ads'); 
    40904092 
    40914093-- -------------------------------------------------------- 
     
    61646166INSERT INTO `LocalizationStrings` VALUES(3052, 1, 'My info'); 
    61656167INSERT INTO `LocalizationStrings` VALUES(3053, 1, 'My contacts'); 
     6168INSERT INTO `LocalizationStrings` VALUES(3054, 1, 'Ad of the Day'); 
     6169INSERT INTO `LocalizationStrings` VALUES(3055, 1, 'Last Ads'); 
    61666170 
    61676171-- -------------------------------------------------------- 
  • TabularUnified trunk/modules/boonex/ads/classes/BxAdsModule.php

    r8270 r8271  
    18111811        $oTmpAdsSearch->aCurrent['paginate']['page_url'] = $sRequest; 
    18121812        $sLastAds .= $oTmpAdsSearch->showPagination(); 
    1813         $sLastAdsSection = DesignBoxContent('Last Ads', $sLastAds, 1); 
     1813        $sLastAdsSection = DesignBoxContent(_t('_Last Ads'), $sLastAds, 1); 
    18141814 
    18151815        require_once( $this->_oConfig->getClassPath() . 'BxSearchAds.php'); 
     
    18211821 
    18221822        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); 
    18241824 
    18251825        $sCategoriesSection = DesignBoxContent(_t('_Categories'), $sCategoriesBlocks, 1); 
Note: See TracChangeset for help on using the changeset viewer.
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub