diff --git a/BoardIndex.template.php b/BoardIndex.template.php index 78f33df..46eb500 100644 --- a/BoardIndex.template.php +++ b/BoardIndex.template.php @@ -70,7 +70,6 @@ function template_main() echo '
-
'; @@ -133,7 +132,6 @@ function template_main() echo '
-
'; } @@ -362,7 +360,6 @@ function template_info_center() // Here's where the "Info Center" starts... echo ' -

diff --git a/Display.template.php b/Display.template.php index dc51fe4..9e113bf 100644 --- a/Display.template.php +++ b/Display.template.php @@ -32,8 +32,7 @@ function template_main()

'; // Show new topic info here? - echo '
-
+ echo '

', $context['subject'], '', ($context['is_locked']) ? ' ' : '', ($context['is_sticky']) ? ' ' : '', '

diff --git a/Login.template.php b/Login.template.php index 4484b9a..f157950 100644 --- a/Login.template.php +++ b/Login.template.php @@ -19,7 +19,6 @@ function template_login() echo ' '; } diff --git a/Memberlist.template.php b/Memberlist.template.php index 002abb9..881ef87 100644 --- a/Memberlist.template.php +++ b/Memberlist.template.php @@ -23,7 +23,6 @@ function template_main() ', template_button_strip($context['memberlist_buttons'], 'right'), '
-

', $txt['members_list'], ''; @@ -129,7 +128,6 @@ function template_main() echo ' -

'; // Show the page numbers again. (makes 'em easier to find!) diff --git a/MessageIndex.template.php b/MessageIndex.template.php index 1939644..08d1978 100644 --- a/MessageIndex.template.php +++ b/MessageIndex.template.php @@ -18,7 +18,6 @@ function template_main() global $context, $settings, $options, $scripturl, $modSettings, $txt; echo ' -

', $context['name'], '

'; @@ -59,7 +58,6 @@ function template_main() echo '
-
'; // Like collapse icon, but don't collapse because I don't know how. TODO ! @@ -109,7 +107,6 @@ function template_main() echo '
-
'; } @@ -295,7 +292,6 @@ function template_main() } echo '
-
'; echo '
'; diff --git a/PersonalMessage.template.php b/PersonalMessage.template.php index 976b277..675fda2 100644 --- a/PersonalMessage.template.php +++ b/PersonalMessage.template.php @@ -23,7 +23,6 @@ function template_pm_above() // Show the capacity bar, if available. if (!empty($context['limit_bar'])) echo ' -

', $txt['pm_capacity'], ': @@ -207,7 +206,6 @@ function template_folder() if (!empty($context['current_pm_subject'])) { echo ' -

', $txt['conversation'], ' @@ -616,7 +614,6 @@ function template_subject_list() global $context, $settings, $txt, $scripturl; echo ' -

', $context['folder'] == 'sent' ? $txt['sent_items'] : $context['current_label'], ' @@ -758,7 +755,6 @@ function template_search() echo '
-

', $txt['pm_search_title'], '

@@ -902,7 +898,6 @@ function template_search_results() global $context, $txt; echo ' -

', $txt['pm_search_results'], '

@@ -975,7 +970,6 @@ function template_send() if (!empty($context['send_log'])) { echo ' -

', $txt['pm_send_report'], '

@@ -999,7 +993,6 @@ function template_send() // Show the preview of the personal message. echo '