From 9ac5e8f82f05bd0ab4eb2f6a88b4ce6e24511f9c Mon Sep 17 00:00:00 2001 From: JohnAlbin Date: Fri, 13 Feb 2009 06:13:18 +0000 Subject: [PATCH] Added additional comments to STARTERKIT.info. --- STARTERKIT/STARTERKIT.info | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/STARTERKIT/STARTERKIT.info b/STARTERKIT/STARTERKIT.info index e22fb26..ba62035 100644 --- a/STARTERKIT/STARTERKIT.info +++ b/STARTERKIT/STARTERKIT.info @@ -26,10 +26,10 @@ base theme = zen ; http://drupal.org/node/171209 for more details. stylesheets[all][] = layout.css stylesheets[all][] = html-elements.css -;stylesheets[all][] = tabs.css -;stylesheets[all][] = messages.css -;stylesheets[all][] = block-editing.css -;stylesheets[all][] = wireframes.css +; stylesheets[all][] = tabs.css +; stylesheets[all][] = messages.css +; stylesheets[all][] = block-editing.css +; stylesheets[all][] = wireframes.css stylesheets[all][] = STARTERKIT.css stylesheets[print][] = print.css ; To prevent stylesheets of a base theme or of a module from being included in @@ -39,7 +39,10 @@ stylesheets[print][] = print.css stylesheets[all][] = zen.css ; Set the conditional stylesheets that are processed by IE. -;conditional-stylesheets[if IE][all][] = ie.css +; conditional-stylesheets[if IE][all][] = ie.css + + ; Optionally add some jquery scripts to your theme. +; scripts[] = script.js ; 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. -- 1.7.4.1