Main theme for SuiteDesk
This commit is contained in:
parent
8cf3c56044
commit
42540d1310
185 changed files with 17597 additions and 0 deletions
129
themes/zuitedesk/zuitedesk.info
Normal file
129
themes/zuitedesk/zuitedesk.info
Normal file
|
@ -0,0 +1,129 @@
|
|||
name = SuiteDesk Theme
|
||||
description = SuiteDesk Theme Zen.
|
||||
version = 0.2.19
|
||||
|
||||
screenshot = screenshot.png
|
||||
|
||||
core = 6.x
|
||||
base theme = zen
|
||||
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;
|
||||
;; CSS
|
||||
;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
; This section adds CSS files to your theme. The media type is specified in
|
||||
; the brackets. Typical CSS media types include "all", "screen", "print", and
|
||||
; "handheld". See http://www.w3.org/TR/CSS21/media.html#media-types for a full
|
||||
; list of stylesheet media types in CSS 2.1. The iPhone's preferred media type
|
||||
; is based on the CSS3 Media queries. http://www.w3.org/TR/css3-mediaqueries/
|
||||
;
|
||||
; You can also override any of Zen's stylesheets or any module's stylesheets,
|
||||
; an /extremely/ useful feature. See the excellent Drupal 6 Theme Guide at
|
||||
; http://drupal.org/node/263967 for more details.
|
||||
|
||||
; BOOTSTRAP:
|
||||
stylesheets[all][] = css/bootstrap.min.css
|
||||
stylesheets[all][] = css/bootstrap-tour.min.css
|
||||
stylesheets[all][] = css/fonticons.css
|
||||
stylesheets[all][] = css/wireframes.css
|
||||
stylesheets[all][] = css/layout-responsive.css
|
||||
stylesheets[all][] = css/editor.css
|
||||
stylesheets[all][] = css/global.css
|
||||
stylesheets[all][] = css/pages.css
|
||||
stylesheets[all][] = css/tabs.css
|
||||
stylesheets[all][] = css/blocks.css
|
||||
stylesheets[all][] = css/navigation.css
|
||||
stylesheets[all][] = css/nodes.css
|
||||
stylesheets[all][] = css/comments.css
|
||||
stylesheets[all][] = css/forms.css
|
||||
stylesheets[all][] = css/extlink.css
|
||||
stylesheets[all][] = css/suitedesk.css
|
||||
|
||||
stylesheets[all][] = modules/aggregator/aggregator.css
|
||||
stylesheets[all][] = modules/book/book.css
|
||||
stylesheets[all][] = modules/comment/comment.css
|
||||
stylesheets[all][] = modules/node/node.css
|
||||
stylesheets[all][] = modules/system/defaults.css
|
||||
stylesheets[all][] = modules/system/system.css
|
||||
stylesheets[all][] = modules/system/system-menus.css
|
||||
stylesheets[all][] = modules/user/user.css
|
||||
stylesheets[all][] = modules/storm/storm-node.css
|
||||
stylesheets[all][] = modules/print/css/printlinks.css
|
||||
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Javascript
|
||||
;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
; BOOTSTRAP:
|
||||
scripts[] = js/bootstrap.min.js
|
||||
scripts[] = js/runapp.js
|
||||
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Regions
|
||||
;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
; The regions defined in Zen's default page.tpl.php file. The name in
|
||||
; brackets is the name of the variable in the page.tpl.php file, (e.g.
|
||||
; "[content_top]" in the .info file means there should be a $content_top
|
||||
; variable in the page.tpl.php file.) The text after the equals sign is a
|
||||
; descriptive text used on the admin/build/blocks page.
|
||||
;
|
||||
; To add a new region, copy Zen's page.tpl.php to your sub-theme's directory,
|
||||
; add a line line to this file, and then add the new variable to your
|
||||
; page.tpl.php template.
|
||||
|
||||
regions[sidebar_main] = Main sidebar
|
||||
regions[navigation] = Navigation bar
|
||||
regions[highlight] = Highlighted content
|
||||
regions[content_top] = Content top
|
||||
regions[content_bottom] = Content bottom
|
||||
regions[header] = Header
|
||||
regions[footer] = Footer
|
||||
regions[page_closure] = Page closure
|
||||
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Features
|
||||
;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
; Various page elements output by the theme can be toggled on and off. The
|
||||
; "features" control which of these check boxes display on the
|
||||
; admin/build/themes config page. This is useful for suppressing check boxes
|
||||
; for elements not used by your sub-theme. To suppress a check box, omit the
|
||||
; entry for it below. See the Drupal 6 Theme Guide for more info:
|
||||
; http://drupal.org/node/171205#features
|
||||
|
||||
features[] = logo
|
||||
; features[] = name
|
||||
; features[] = slogan
|
||||
; features[] = mission
|
||||
features[] = node_user_picture
|
||||
features[] = comment_user_picture
|
||||
features[] = search
|
||||
features[] = favicon
|
||||
features[] = primary_links
|
||||
features[] = secondary_links
|
||||
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Theme settings
|
||||
;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
; Set the default settings to be used in theme-settings.php
|
||||
|
||||
settings[zen_block_editing] = 1
|
||||
settings[zen_breadcrumb] = yes
|
||||
settings[zen_breadcrumb_separator] = ' › '
|
||||
settings[zen_breadcrumb_home] = 1
|
||||
settings[zen_breadcrumb_trailing] = 1
|
||||
settings[zen_breadcrumb_title] = 0
|
||||
settings[zen_rebuild_registry] = 1
|
||||
settings[zen_wireframes] = 0
|
Reference in a new issue