mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
r288
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@288 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
9e6d5ff9cc
commit
2482721561
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ $bb_cfg = $tr_cfg = $page_cfg = array();
|
||||||
|
|
||||||
// Increase number of revision after update
|
// Increase number of revision after update
|
||||||
$bb_cfg['tp_version'] = '2.1 Stable';
|
$bb_cfg['tp_version'] = '2.1 Stable';
|
||||||
$bb_cfg['tp_release_state'] = 'R287';
|
$bb_cfg['tp_release_state'] = 'R288';
|
||||||
$bb_cfg['tp_release_date'] = '05-09-2011';
|
$bb_cfg['tp_release_date'] = '05-09-2011';
|
||||||
|
|
||||||
// Database
|
// Database
|
||||||
|
|
|
@ -2829,7 +2829,7 @@ function profile_url($data)
|
||||||
if(isset($ranks[$user_rank]))
|
if(isset($ranks[$user_rank]))
|
||||||
{
$title = $ranks[$user_rank]['rank_title'];
$style = $ranks[$user_rank]['rank_style'];
|
{
$title = $ranks[$user_rank]['rank_title'];
$style = $ranks[$user_rank]['rank_style'];
|
||||||
}
|
}
|
||||||
if(empty($title)) $title = '';
|
if(empty($title)) $title = 'User';
|
||||||
if(empty($style)) $style = 'colorUser';
|
if(empty($style)) $style = 'colorUser';
|
||||||
|
|
||||||
if(!$bb_cfg['color_nick']) $style = '';
|
if(!$bb_cfg['color_nick']) $style = '';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue