Where exactly to put these lines cause @ line #417 i have the empty space between banner box 2 and banner box all
PHP Code:
// banner box 2
define('BOX_HEADING_BANNER_BOX2','You can see ...');
define('TEXT_BANNER_BOX2','Don't miss!');
#417
// banner_box - all
define('BOX_HEADING_BANNER_BOX_ALL','Partners');
define('TEXT_BANNER_BOX_ALL','Vizit our partners ...');
Or i can just use it @ start after
PHP Code:
@setlocale(LC_TIME, 'romanian');
define('DATE_FORMAT_SHORT', '%m/%d/%Y'); // this is used for strftime()
define('DATE_FORMAT_LONG', '%A %d %B, %Y'); // this is used for strftime()
define('DATE_FORMAT', 'm/d/Y'); // this is used for date()
define('DATE_TIME_FORMAT', DATE_FORMAT_SHORT . ' %H:%M:%S');
(I tried and it doesn't work)
PS My english.php @ line 417 has
PHP Code:
// boxes defines
define('PULL_DOWN_ALL','Please Select');
My first #417 line is from romanian.php