Universal posting_tpl template

Переносим шаблон posting_tpl на уровень выше, поскольку правки в нем зависимые от шаблонов не требуются.
This commit is contained in:
Exile 2014-08-07 17:49:43 +04:00
commit 9b22cff316
3 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -79,4 +79,4 @@ if ($edit_tpl_mode)
} }
} }
print_page('posting_tpl.tpl'); print_page(TEMPLATES_DIR . 'posting_tpl.tpl');