mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
r310
автотаймзона. забыл мелочь :-) git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@310 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
3b68f019ab
commit
a3a738186f
2 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,7 @@ $bb_cfg = $tr_cfg = $page_cfg = array();
|
|||
|
||||
// Increase number of revision after update
|
||||
$bb_cfg['tp_version'] = '2.2 Beta';
|
||||
$bb_cfg['tp_release_state'] = 'R308';
|
||||
$bb_cfg['tp_release_state'] = 'R310';
|
||||
$bb_cfg['tp_release_date'] = '12-11-2011';
|
||||
|
||||
// Database
|
||||
|
|
|
@ -935,6 +935,7 @@ $template->assign_vars(array(
|
|||
|
||||
'LANGUAGE_SELECT' => language_select($user_lang, 'user_lang'),
|
||||
'TIMEZONE_SELECT' => tz_select($user_timezone, 'user_timezone'),
|
||||
'USER_TIMEZONE' => $pr_data['user_timezone'],
|
||||
|
||||
'AVATAR_EXPLAIN' => sprintf($lang['AVATAR_EXPLAIN'], $bb_cfg['avatar_max_width'], $bb_cfg['avatar_max_height'], (round($bb_cfg['avatar_filesize'] / 1024))),
|
||||
'SIGNATURE_EXPLAIN' => sprintf($lang['SIGNATURE_EXPLAIN'], $bb_cfg['max_sig_chars']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue