mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
r462
Title категории git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@462 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
e8dc9750af
commit
e9dcf0f29b
2 changed files with 3 additions and 3 deletions
|
@ -56,8 +56,8 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $do
|
|||
|
||||
// Increase number of revision after update
|
||||
$bb_cfg['tp_version'] = '2.5 Beta';
|
||||
$bb_cfg['tp_release_state'] = 'R461';
|
||||
$bb_cfg['tp_release_date'] = '26-09-2012';
|
||||
$bb_cfg['tp_release_state'] = 'R462';
|
||||
$bb_cfg['tp_release_date'] = '12-10-2012';
|
||||
|
||||
// Database
|
||||
$charset = 'utf8';
|
||||
|
|
|
@ -203,7 +203,7 @@ if (!$forums_count = count($cat_forums) AND $viewcat)
|
|||
|
||||
$template->assign_vars(array(
|
||||
'SHOW_FORUMS' => $forums_count,
|
||||
'PAGE_TITLE' => $lang['HOME'],
|
||||
'PAGE_TITLE' => ($viewcat) ? $cat_title_html[$viewcat] : $lang['HOME'],
|
||||
'NO_FORUMS_MSG' => ($only_new) ? $lang['NO_NEW_POSTS'] : $lang['NO_FORUMS'],
|
||||
|
||||
'TOTAL_TOPICS' => sprintf($lang['POSTED_TOPICS_TOTAL'], $stats['topiccount']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue