summaryrefslogtreecommitdiffstats
path: root/templates/show_preferences.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-23 21:12:08 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-23 21:12:08 +0000
commitc0456fee32673d628882fad7307c4989e35db820 (patch)
treedbf9c432f414e9fba146d6c3f563a6f2e31f5217 /templates/show_preferences.inc
parent6224281f3c405b0f41c597d504273fe5c237d4ad (diff)
downloadampache-c0456fee32673d628882fad7307c4989e35db820.tar.gz
ampache-c0456fee32673d628882fad7307c4989e35db820.tar.bz2
ampache-c0456fee32673d628882fad7307c4989e35db820.zip
new theme, temp breaking of all other themes... will be fixed I swear also re-indexing of mysql tables
Diffstat (limited to 'templates/show_preferences.inc')
-rw-r--r--templates/show_preferences.inc9
1 files changed, 3 insertions, 6 deletions
diff --git a/templates/show_preferences.inc b/templates/show_preferences.inc
index 701cb488..fab54b53 100644
--- a/templates/show_preferences.inc
+++ b/templates/show_preferences.inc
@@ -31,7 +31,7 @@
* and display the information accordingly
*/
$current_tab = scrub_in($_REQUEST['tab']);
-if (!$current_tab) { $current_tab = 'theme'; }
+if (!$current_tab) { $current_tab = 'interface'; }
$link = conf('web_path') . $target;
/* CSS construction bs */
@@ -56,15 +56,12 @@ if (($GLOBALS['user']->has_access(100)) AND ($user_id == '-1' AND conf('use_auth
<div id="tabcontainer">
<ul id="tablist">
-<li <?php echo $tab_theme; ?>>
- <a href="<?php echo $link; ?>?tab=theme&amp;user_id=<?php echo $user_id; ?>" <?php echo $a_theme; ?>>Theme</a>
+<li <?php echo $tab_interface; ?>>
+ <a href="<?php echo $link; ?>?tab=interface&amp;user_id=<?php echo $user_id; ?>" <?php echo $a_interface; ?>>Interface</a>
</li>
<li <?php echo $tab_streaming; ?>>
<a href="<?php echo $link; ?>?tab=streaming&amp;user_id=<?php echo $user_id; ?>" <?php echo $a_streaming; ?>>Streaming</a>
</li>
-<li <?php echo $tab_interface; ?>>
- <a href="<?php echo $link; ?>?tab=interface&amp;user_id=<?php echo $user_id; ?>" <?php echo $a_interface; ?>>Interface</a>
-</li>
<li <?php echo $tab_options; ?>>
<a href="<?php echo $link; ?>?tab=options&amp;user_id=<?php echo $user_id; ?>" <?php echo $a_options; ?>>Options</a>
</li>