|
@@ -214,7 +214,7 @@ function template_list_themes()
|
|
|
echo '
|
|
|
<div class="title_bar">
|
|
|
<h3 class="titlebg">
|
|
|
- <span class="floatleft"><strong><a href="', $scripturl, '?action=admin;area=theme;th=', $theme['id'], ';', $context['session_var'], '=', $context['session_id'], ';sa=settings">', $theme['name'], '</a></strong>', !empty($theme['version']) ? ' <em>(' . $theme['version'] . ')</em>' : '', '</span>';
|
|
|
+ <span class="floatleft"><strong><a href="', $scripturl, '?action=admin;area=theme;th=', $theme['id'], ';', $context['session_var'], '=', $context['session_id'], ';sa=list">', $theme['name'], '</a></strong>', !empty($theme['version']) ? ' <em>(' . $theme['version'] . ')</em>' : '', '</span>';
|
|
|
|
|
|
// You *cannot* delete the default theme. It's important!
|
|
|
if ($theme['id'] != 1)
|
|
@@ -434,7 +434,7 @@ function template_set_settings()
|
|
|
|
|
|
echo '
|
|
|
<div id="admincenter">
|
|
|
- <form action="', $scripturl, '?action=admin;area=theme;sa=settings;th=', $context['theme_settings']['theme_id'], '" method="post" accept-charset="', $context['character_set'], '">
|
|
|
+ <form action="', $scripturl, '?action=admin;area=theme;sa=list;th=', $context['theme_settings']['theme_id'], '" method="post" accept-charset="', $context['character_set'], '">
|
|
|
<div class="title_bar">
|
|
|
<h3 class="titlebg">
|
|
|
<span class="ie6_header floatleft"><a href="', $scripturl, '?action=helpadmin;help=theme_settings" onclick="return reqWin(this.href);" class="help"><img src="', $settings['images_url'], '/helptopics.png" alt="', $txt['help'], '" class="icon" /></a> ', $txt['theme_settings'], ' - ', $context['theme_settings']['name'], '</span>
|
|
@@ -772,7 +772,7 @@ function template_installed()
|
|
|
<span class="topslice"><span></span></span>
|
|
|
<div class="content">
|
|
|
<p>
|
|
|
- <a href="', $scripturl, '?action=admin;area=theme;sa=settings;th=', $context['installed_theme']['id'], ';', $context['session_var'], '=', $context['session_id'], '">', $context['installed_theme']['name'], '</a> ', $txt['theme_installed_message'], '
|
|
|
+ <a href="', $scripturl, '?action=admin;area=theme;sa=list;th=', $context['installed_theme']['id'], ';', $context['session_var'], '=', $context['session_id'], '">', $context['installed_theme']['name'], '</a> ', $txt['theme_installed_message'], '
|
|
|
</p>
|
|
|
<p>
|
|
|
<a href="', $scripturl, '?action=admin;area=theme;sa=admin;', $context['session_var'], '=', $context['session_id'], '">', $txt['back'], '</a>
|