1
0

Fix some permalink situations

This commit is contained in:
Garvin Hicking
2006-08-21 14:34:24 +00:00
parent 43fbe46fd5
commit 2f3b22e9b1
4 changed files with 21 additions and 11 deletions

View File

@ -62,7 +62,7 @@ class serendipity_plugin_templatedropdown extends serendipity_plugin {
$title = $this->get_config('title', $this->title);
$url = serendipity_currentURL();
$url = serendipity_currentURL(true);
echo '<form id="theme_chooser" action="' . $url . '" method="post">';
echo '<select name="user_template" onchange="document.getElementById(\'theme_chooser\').submit();">';