summaryrefslogtreecommitdiff
path: root/themes/garland
diff options
context:
space:
mode:
authorThe Great Git Migration <tggm@no-reply.drupal.org>2011-02-25 02:06:03 +0000
committerDrupal Git User (LDAP) <drupal-git@util.drupal.org>2011-02-25 02:06:03 +0000
commit79bcdb8b7dd9d81a6289ab60f4ee48b8e6148035 (patch)
tree8d803b9ea3d7926d4407b11c5fbaf13d914d9b84 /themes/garland
parent80aacdb000b36bf87185eda0de960086f31ae2fe (diff)
downloadbrdo-79bcdb8b7dd9d81a6289ab60f4ee48b8e6148035.tar.gz
brdo-79bcdb8b7dd9d81a6289ab60f4ee48b8e6148035.tar.bz2
Stripping CVS keywords
Diffstat (limited to 'themes/garland')
-rw-r--r--themes/garland/color/color.inc1
-rw-r--r--themes/garland/color/preview.css1
-rw-r--r--themes/garland/comment.tpl.php1
-rw-r--r--themes/garland/fix-ie-rtl.css1
-rw-r--r--themes/garland/fix-ie.css1
-rw-r--r--themes/garland/garland.info1
-rw-r--r--themes/garland/maintenance-page.tpl.php1
-rw-r--r--themes/garland/node.tpl.php1
-rw-r--r--themes/garland/page.tpl.php1
-rw-r--r--themes/garland/print.css1
-rw-r--r--themes/garland/style-rtl.css1
-rw-r--r--themes/garland/style.css1
-rw-r--r--themes/garland/template.php1
-rw-r--r--themes/garland/theme-settings.php1
14 files changed, 0 insertions, 14 deletions
diff --git a/themes/garland/color/color.inc b/themes/garland/color/color.inc
index c23d3f0d6..163369294 100644
--- a/themes/garland/color/color.inc
+++ b/themes/garland/color/color.inc
@@ -1,5 +1,4 @@
<?php
-// $Id$
$info = array(
diff --git a/themes/garland/color/preview.css b/themes/garland/color/preview.css
index ebe4f26d2..cf3243804 100644
--- a/themes/garland/color/preview.css
+++ b/themes/garland/color/preview.css
@@ -1,4 +1,3 @@
-/* $Id$ */
/* Positioning */
#preview {
diff --git a/themes/garland/comment.tpl.php b/themes/garland/comment.tpl.php
index a11f4fce5..900afc106 100644
--- a/themes/garland/comment.tpl.php
+++ b/themes/garland/comment.tpl.php
@@ -1,5 +1,4 @@
<?php
-// $Id$
?>
<div class="<?php print $classes . ' ' . $zebra; ?>"<?php print $attributes; ?>>
diff --git a/themes/garland/fix-ie-rtl.css b/themes/garland/fix-ie-rtl.css
index c5f31c0d1..fb1901b37 100644
--- a/themes/garland/fix-ie-rtl.css
+++ b/themes/garland/fix-ie-rtl.css
@@ -1,4 +1,3 @@
-/* $Id$ */
body {
/* Center layout */
diff --git a/themes/garland/fix-ie.css b/themes/garland/fix-ie.css
index 04905fc7c..1a1c131bc 100644
--- a/themes/garland/fix-ie.css
+++ b/themes/garland/fix-ie.css
@@ -1,4 +1,3 @@
-/* $Id$ */
body {
/* Center layout */
diff --git a/themes/garland/garland.info b/themes/garland/garland.info
index ed681cfa9..307f03a2c 100644
--- a/themes/garland/garland.info
+++ b/themes/garland/garland.info
@@ -1,4 +1,3 @@
-; $Id$
name = Garland
description = A multi-column theme which can be configured to modify colors and switch between fixed and fluid width layouts.
package = Core
diff --git a/themes/garland/maintenance-page.tpl.php b/themes/garland/maintenance-page.tpl.php
index 97120d5b0..75fb1471d 100644
--- a/themes/garland/maintenance-page.tpl.php
+++ b/themes/garland/maintenance-page.tpl.php
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file
diff --git a/themes/garland/node.tpl.php b/themes/garland/node.tpl.php
index 0d15d8c58..27808f4f5 100644
--- a/themes/garland/node.tpl.php
+++ b/themes/garland/node.tpl.php
@@ -1,5 +1,4 @@
<?php
-// $Id$
?>
<div id="node-<?php print $node->nid; ?>" class="<?php print $classes; ?>"<?php print $attributes; ?>>
diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php
index 448d21601..326255cd4 100644
--- a/themes/garland/page.tpl.php
+++ b/themes/garland/page.tpl.php
@@ -1,5 +1,4 @@
<?php
-// $Id$
?>
<?php print render($page['header']); ?>
diff --git a/themes/garland/print.css b/themes/garland/print.css
index aea501423..df4f0ae2e 100644
--- a/themes/garland/print.css
+++ b/themes/garland/print.css
@@ -1,4 +1,3 @@
-/* $Id$ */
body,
input,
diff --git a/themes/garland/style-rtl.css b/themes/garland/style-rtl.css
index 0093cf462..58aed578b 100644
--- a/themes/garland/style-rtl.css
+++ b/themes/garland/style-rtl.css
@@ -1,4 +1,3 @@
-/* $Id$ */
html {
direction: rtl;
diff --git a/themes/garland/style.css b/themes/garland/style.css
index 4b337caa5..f36fa9654 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -1,4 +1,3 @@
-/* $Id$ */
/**
* Generic elements
diff --git a/themes/garland/template.php b/themes/garland/template.php
index b9234c972..1b144f121 100644
--- a/themes/garland/template.php
+++ b/themes/garland/template.php
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* Return a themed breadcrumb trail.
diff --git a/themes/garland/theme-settings.php b/themes/garland/theme-settings.php
index 6d56de3fc..24543416f 100644
--- a/themes/garland/theme-settings.php
+++ b/themes/garland/theme-settings.php
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file