From 30029cff21e2a3ece68545076f6bea2e570e6467 Mon Sep 17 00:00:00 2001 From: "torrent.rus.ec@gmail.com" Date: Thu, 14 Jul 2011 16:44:26 +0000 Subject: [PATCH] r108 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit вывод возраста в профиле git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@108 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293 --- upload/config.php | 2 +- upload/templates/default/usercp_viewprofile.tpl | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/upload/config.php b/upload/config.php index 1b7c3ac56..41497353b 100644 --- a/upload/config.php +++ b/upload/config.php @@ -57,7 +57,7 @@ $bb_cfg['css_ver'] = 1; // Increase number of revision after update $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['board_disabled_msg'] = 'форум временно отключен'; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger diff --git a/upload/templates/default/usercp_viewprofile.tpl b/upload/templates/default/usercp_viewprofile.tpl index 9ef114943..1e44e0b02 100644 --- a/upload/templates/default/usercp_viewprofile.tpl +++ b/upload/templates/default/usercp_viewprofile.tpl @@ -245,6 +245,11 @@ $(document).ready(function(){ {L_BIRTHDAY}: {BIRTHDAY} + + {L_AGE}: + {AGE} + +