~ubuntu-branches/ubuntu/karmic/ampache-themes/karmic

« back to all changes in this revision

Viewing changes to looney-tunes/theme.cfg.php

  • Committer: Bazaar Package Importer
  • Author(s): Charlie Smotherman
  • Date: 2009-07-04 07:30:16 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090704073016-mn0v8rfptdcfu1em
Tags: 3.4.3-0ubuntu1
* New upstream release.  
* Added 2col theme.
* Removed loney-tunes.
* Removed loney-tunes from debian/ampache-themes.install.
* Removed loney-tunes copyright info from debian/copyright.
* Updated debian/copyright with 2col copyright info.
* Removed (C) from debian/copyright to correct lintian error.
* Updated debian/control 
    - bumped Standards-Version to version 3.8.2.
    - bumped debhelper to (>=7)
    - bumped debian/compat to 7
* Simplified debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
;;;;;;;;;;;;;;;;;;
2
 
;<?php exit(); ?>;
3
 
;;;;;;;;;;;;;;;;;;
4
 
; Copyright (c) 2001 - 2007 Ampache.org
5
 
; All rights reserved.
6
 
;
7
 
; This program is free software; you can redistribute it and/or
8
 
; modify it under the terms of the GNU General Public License v2
9
 
; as published by the Free Software Foundation.
10
 
;
11
 
; This program is distributed in the hope that it will be useful,
12
 
; but WITHOUT ANY WARRANTY; without even the implied warranty of
13
 
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
 
; GNU General Public License for more details.
15
 
;
16
 
; You should have received a copy of the GNU General Public License
17
 
; along with this program; if not, write to the Free Software
18
 
; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
19
 
;
20
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;
21
 
; Classic Ampache Theme 
22
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;
23
 
 
24
 
; Theme Name
25
 
; This is the actual name of the theme that
26
 
; will be displayed in the preferences screen
27
 
; DEFAULT: ampache-theme
28
 
name = "Looney Tunes"
29
 
 
30
 
; Theme Author
31
 
; This is just a way of giving credit to the 
32
 
; person who actually created this theme
33
 
; DEFAULT: N/A
34
 
author = "Charlie"
35
 
 
36
 
; Theme Maintainer
37
 
; This is just a way of listing who is responsible for
38
 
; maintaining this theme incase it's not working right
39
 
; please include an e-mail address so you can be contacted
40
 
; DEFAULT: N/A
41
 
maintainer = "porthose"
42
 
 
43
 
; Orientation
44
 
; This was added as of 3.3.2-Alpha4, this tells Ampache if this theme
45
 
; uses vertical or horizontal orientation of the menu, if this is a horizontal
46
 
; theme then it will not show the quick search and quick random play forms
47
 
orientation = "vertical"
48
 
 
49
 
; Submenu
50
 
; If this is set to simple the sub menu's will only be shown when you're on one of the
51
 
; respective pages. If you want to make the menu's something like the classic theme
52
 
; comment this out
53
 
;submenu = "simple"