From 975bbcebe9c68ac729dd051b008cf6c615d443c2 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Wed, 21 Dec 2005 08:03:20 +0000 Subject: new interface which breaks all previous themes... and current themes, still under development --- playlist.php | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'playlist.php') diff --git a/playlist.php b/playlist.php index 9855f8c6..fd59a550 100644 --- a/playlist.php +++ b/playlist.php @@ -97,11 +97,6 @@ switch ($action) { show_template('header'); -show_menu_items('Playlists'); - -show_playlist_menu(); - - $playlist = new Playlist($playlist_id); if ( isset($playlist_id) && ($playlist_id != 0) && $_REQUEST['action'] != 'delete_playlist' ) { @@ -229,13 +224,12 @@ switch($action) { default: show_playlists(); -} //switch($action) +} //switch on action -echo "

"; -show_page_footer ('Playlists', '',$user->prefs['display_menu']); +show_footer(); /* Function definitions for this file */ - +/* GET THIS OUTTA HERE!!!! FIXME */ /*************************/ function pl_update_selected() { -- cgit ed='selected'>testing [no description]git repository hosting
summaryrefslogtreecommitdiffstats
path: root/templates/show_edit_album_row.inc.php
blob: be98877677a2c07369841d740b7fa7d5f0d2e9ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50