From 9b22cff316b595a210279526957f5c54baec10ea Mon Sep 17 00:00:00 2001 From: Exile Date: Thu, 7 Aug 2014 17:49:43 +0400 Subject: [PATCH] Universal posting_tpl template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Переносим шаблон posting_tpl на уровень выше, поскольку правки в нем зависимые от шаблонов не требуются. --- upload/config.php | 2 +- upload/includes/posting_tpl.php | 2 +- upload/templates/{default => }/posting_tpl.tpl | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename upload/templates/{default => }/posting_tpl.tpl (100%) diff --git a/upload/config.php b/upload/config.php index 9df84e9ec..9e4a01a45 100644 --- a/upload/config.php +++ b/upload/config.php @@ -68,7 +68,7 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $do // Version info $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'; // Database diff --git a/upload/includes/posting_tpl.php b/upload/includes/posting_tpl.php index e4cd38233..8240cb3d1 100644 --- a/upload/includes/posting_tpl.php +++ b/upload/includes/posting_tpl.php @@ -79,4 +79,4 @@ if ($edit_tpl_mode) } } -print_page('posting_tpl.tpl'); \ No newline at end of file +print_page(TEMPLATES_DIR . 'posting_tpl.tpl'); \ No newline at end of file diff --git a/upload/templates/default/posting_tpl.tpl b/upload/templates/posting_tpl.tpl similarity index 100% rename from upload/templates/default/posting_tpl.tpl rename to upload/templates/posting_tpl.tpl