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