mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
r108
вывод возраста в профиле git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@108 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
2f17f6f6a6
commit
30029cff21
2 changed files with 6 additions and 1 deletions
|
@ -57,7 +57,7 @@ $bb_cfg['css_ver'] = 1;
|
||||||
|
|
||||||
// Increase number of revision after update
|
// Increase number of revision after update
|
||||||
$bb_cfg['tp_version'] = '2.0.2';
|
$bb_cfg['tp_version'] = '2.0.2';
|
||||||
$bb_cfg['tp_release_state'] = 'TP II r106';
|
$bb_cfg['tp_release_state'] = 'TP II r107';
|
||||||
$bb_cfg['tp_release_date'] = '14-07-2011';
|
$bb_cfg['tp_release_date'] = '14-07-2011';
|
||||||
|
|
||||||
$bb_cfg['board_disabled_msg'] = 'форум временно отключен'; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger
|
$bb_cfg['board_disabled_msg'] = 'форум временно отключен'; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger
|
||||||
|
|
|
@ -245,6 +245,11 @@ $(document).ready(function(){
|
||||||
<th>{L_BIRTHDAY}:</th>
|
<th>{L_BIRTHDAY}:</th>
|
||||||
<td id="user_birthday"><b class="editable">{BIRTHDAY}</b></td>
|
<td id="user_birthday"><b class="editable">{BIRTHDAY}</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>{L_AGE}:</th>
|
||||||
|
<td id="user_birthday"><b class="editable">{AGE}</b></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- BEGIN switch_upload_limits -->
|
<!-- BEGIN switch_upload_limits -->
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue