mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 22:33:55 -07:00
Universal posting_tpl template
Переносим шаблон posting_tpl на уровень выше, поскольку правки в нем зависимые от шаблонов не требуются.
This commit is contained in:
parent
41d0bfe688
commit
9b22cff316
3 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $do
|
||||||
|
|
||||||
// Version info
|
// Version info
|
||||||
$bb_cfg['tp_version'] = '2.0.9 (RC)';
|
$bb_cfg['tp_version'] = '2.0.9 (RC)';
|
||||||
$bb_cfg['tp_release_date'] = '**-08-2014';
|
$bb_cfg['tp_release_date'] = '07-08-2014';
|
||||||
$bb_cfg['tp_release_state'] = 'R594';
|
$bb_cfg['tp_release_state'] = 'R594';
|
||||||
|
|
||||||
// Database
|
// Database
|
||||||
|
|
|
@ -79,4 +79,4 @@ if ($edit_tpl_mode)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
print_page('posting_tpl.tpl');
|
print_page(TEMPLATES_DIR . 'posting_tpl.tpl');
|
Loading…
Add table
Add a link
Reference in a new issue