Package base :: Package themes :: Package garland :: Module garland
[hide private]

Source Code for Module base.themes.garland.garland

 1  #!/usr/bin/env python 
 2  # $Id: garland.info,v 1.6 2008/02/18 19:19:48 dries Exp $ 
 3   
 4  """ 
 5    Garland theme info file 
 6   
 7    @package includes 
 8    @see <a href='http://drupy.net'>Drupy Homepage</a> 
 9    @see <a href='http://drupal.org'>Drupal Homepage</a> 
10    @note Drupy is a port of the Drupal project. 
11    @note This file was ported from Drupal's themes/garland/garland.info 
12    @author Brendon Crawford 
13    @copyright 2008 Brendon Crawford 
14    @contact message144 at users dot sourceforge dot net 
15    @created 2008-01-10 
16    @version 0.1 
17    @note License: 
18   
19      This program is free software; you can redistribute it and/or 
20      modify it under the terms of the GNU General Public License 
21      as published by the Free Software Foundation; either version 2 
22      of the License, or (at your option) any later version. 
23   
24      This program is distributed in the hope that it will be useful, 
25      but WITHOUT ANY WARRANTY; without even the implied warranty of 
26      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
27      GNU General Public License for more details. 
28   
29      You should have received a copy of the GNU General Public License 
30      along with this program; if not, write to: 
31       
32      The Free Software Foundation, Inc., 
33      51 Franklin Street, Fifth Floor, 
34      Boston, MA  02110-1301, 
35      USA 
36  """ 
37   
38  __version__ = "$Revision: 1 $" 
39   
40  name = "Garland" 
41  description = \ 
42    "Tableless, recolorable, multi-column, fluid width theme (default)." 
43  version = .1 
44  core = "7.x" 
45  engine = "drupytemplate" 
46  stylesheets = { 
47    'all' : "style.css", 
48    'print' : "print.css" 
49  } 
50