summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/actions.inc1
-rw-r--r--includes/cache-install.inc1
-rw-r--r--includes/database.mysql-common.inc1
-rw-r--r--includes/image.gd.inc2
-rw-r--r--misc/maintenance.tpl.php4
-rw-r--r--modules/block/block-admin-display.tpl.php3
-rw-r--r--modules/comment/comment-folded.tpl.php3
-rw-r--r--modules/comment/comment-wrapper.tpl.php3
-rw-r--r--modules/comment/comment.tpl.php3
-rw-r--r--modules/forum/forum-icon.tpl.php3
-rw-r--r--modules/forum/forum-list.tpl.php3
-rw-r--r--modules/forum/forum-submitted.tpl.php1
-rw-r--r--modules/forum/forum-topic-list.tpl.php1
-rw-r--r--modules/forum/forum-topic-navigation.tpl.php1
-rw-r--r--modules/forum/forums.tpl.php4
-rw-r--r--modules/node/node.tpl.php3
-rw-r--r--modules/poll/poll-bar-block.tpl.php1
-rw-r--r--modules/poll/poll-bar.tpl.php1
-rw-r--r--modules/poll/poll-results.tpl.php1
-rw-r--r--modules/poll/poll-vote.tpl.php1
-rw-r--r--modules/profile/profile-block.tpl.php3
-rw-r--r--modules/profile/profile-listing.tpl.php3
-rw-r--r--modules/profile/profile-wrapper.tpl.php3
-rw-r--r--modules/system/block.tpl.php3
-rw-r--r--modules/system/box.tpl.php3
-rw-r--r--modules/system/page.tpl.php1
-rw-r--r--modules/update/update.css1
-rw-r--r--modules/upload/upload.admin.inc1
-rw-r--r--modules/user/user-picture.tpl.php3
-rw-r--r--modules/user/user-profile-category.tpl.php3
-rw-r--r--modules/user/user-profile-item.tpl.php3
-rw-r--r--modules/user/user-profile.tpl.php3
-rw-r--r--modules/user/user.js2
-rw-r--r--modules/user/user_profile.tpl.php1
-rw-r--r--modules/user/user_profile_category.tpl.php3
-rw-r--r--modules/user/user_profile_item.tpl.php2
-rw-r--r--themes/bluemarine/block.tpl.php3
-rw-r--r--themes/bluemarine/box.tpl.php3
-rw-r--r--themes/bluemarine/comment.tpl.php3
-rw-r--r--themes/bluemarine/node.tpl.php3
-rw-r--r--themes/bluemarine/page.tpl.php4
-rw-r--r--themes/garland/block.tpl.php3
-rw-r--r--themes/garland/comment.tpl.php3
-rw-r--r--themes/garland/node.tpl.php3
-rw-r--r--themes/garland/page.tpl.php4
-rw-r--r--themes/pushbutton/block.tpl.php3
-rw-r--r--themes/pushbutton/box.tpl.php3
-rw-r--r--themes/pushbutton/comment.tpl.php3
-rw-r--r--themes/pushbutton/node.tpl.php3
-rw-r--r--themes/pushbutton/page.tpl.php4
50 files changed, 102 insertions, 22 deletions
diff --git a/includes/actions.inc b/includes/actions.inc
index 77a06e841..28ec1078a 100644
--- a/includes/actions.inc
+++ b/includes/actions.inc
@@ -1,5 +1,4 @@
<?php
-
// $Id$
/**
diff --git a/includes/cache-install.inc b/includes/cache-install.inc
index 1eb3ed572..cd7c4818f 100644
--- a/includes/cache-install.inc
+++ b/includes/cache-install.inc
@@ -1,5 +1,6 @@
<?php
// $Id$
+
/**
* A stub cache implementation to be used during the installation
* process when database access is not yet available. Because Drupal's
diff --git a/includes/database.mysql-common.inc b/includes/database.mysql-common.inc
index e2075ec63..7bb4580c6 100644
--- a/includes/database.mysql-common.inc
+++ b/includes/database.mysql-common.inc
@@ -1,5 +1,4 @@
<?php
-
// $Id$
/**
diff --git a/includes/image.gd.inc b/includes/image.gd.inc
index 4e3612fd2..61d4b3929 100644
--- a/includes/image.gd.inc
+++ b/includes/image.gd.inc
@@ -1,5 +1,5 @@
<?php
-// $id: $
+// $Id$
/**
* @file
diff --git a/misc/maintenance.tpl.php b/misc/maintenance.tpl.php
index 95afa04cf..b04189a23 100644
--- a/misc/maintenance.tpl.php
+++ b/misc/maintenance.tpl.php
@@ -1,4 +1,6 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+<?php
+// $Id$
+?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
diff --git a/modules/block/block-admin-display.tpl.php b/modules/block/block-admin-display.tpl.php
index 7c618e177..ec69d53c1 100644
--- a/modules/block/block-admin-display.tpl.php
+++ b/modules/block/block-admin-display.tpl.php
@@ -1,5 +1,6 @@
<?php
-// $Id
+// $Id$
+
/**
* @file block-admin-display.tpl.php
* Default theme implementation to configure blocks.
diff --git a/modules/comment/comment-folded.tpl.php b/modules/comment/comment-folded.tpl.php
index 7c0749628..016656bfb 100644
--- a/modules/comment/comment-folded.tpl.php
+++ b/modules/comment/comment-folded.tpl.php
@@ -1,5 +1,6 @@
<?php
-// $Id
+// $Id$
+
/**
* @file comment-folded.tpl.php
* Default theme implementation for folded comments.
diff --git a/modules/comment/comment-wrapper.tpl.php b/modules/comment/comment-wrapper.tpl.php
index dab4cebab..5a5cc2943 100644
--- a/modules/comment/comment-wrapper.tpl.php
+++ b/modules/comment/comment-wrapper.tpl.php
@@ -1,5 +1,6 @@
<?php
-// $Id
+// $Id$
+
/**
* @file comment-wrapper.tpl.php
* Default theme implementation to wrap comments.
diff --git a/modules/comment/comment.tpl.php b/modules/comment/comment.tpl.php
index cd6ad25c1..0a5f9579b 100644
--- a/modules/comment/comment.tpl.php
+++ b/modules/comment/comment.tpl.php
@@ -1,5 +1,6 @@
<?php
-// $Id
+// $Id$
+
/**
* @file comment.tpl.php
* Default theme implementation for comments.
diff --git a/modules/forum/forum-icon.tpl.php b/modules/forum/forum-icon.tpl.php
index 4d15774f9..94f6856e0 100644
--- a/modules/forum/forum-icon.tpl.php
+++ b/modules/forum/forum-icon.tpl.php
@@ -1,5 +1,6 @@
<?php
-// $Id$
+// $Id$
+
/**
* @file forum-icon.tpl.php
* Display an appropriate icon for a forum post.
diff --git a/modules/forum/forum-list.tpl.php b/modules/forum/forum-list.tpl.php
index 27419f838..f6a74255a 100644
--- a/modules/forum/forum-list.tpl.php
+++ b/modules/forum/forum-list.tpl.php
@@ -1,5 +1,6 @@
<?php
-// $Id
+// $Id$
+
/**
* @file forum-list.tpl.php
* Default theme implementation to display a list of forums and containers.
diff --git a/modules/forum/forum-submitted.tpl.php b/modules/forum/forum-submitted.tpl.php
index 747cf8375..dc3a6e4a3 100644
--- a/modules/forum/forum-submitted.tpl.php
+++ b/modules/forum/forum-submitted.tpl.php
@@ -1,5 +1,6 @@
<?php
// $Id$
+
/**
* @file forum-submitted.tpl.php
* Default theme implementation to format a simple string indicated when and
diff --git a/modules/forum/forum-topic-list.tpl.php b/modules/forum/forum-topic-list.tpl.php
index 4b2aa48fc..71c4ef337 100644
--- a/modules/forum/forum-topic-list.tpl.php
+++ b/modules/forum/forum-topic-list.tpl.php
@@ -1,5 +1,6 @@
<?php
// $Id$
+
/**
* @file forum-topic-list.tpl.php
* Theme implementation to display a list of forum topics.
diff --git a/modules/forum/forum-topic-navigation.tpl.php b/modules/forum/forum-topic-navigation.tpl.php
index d9a23d50c..92b2ff5de 100644
--- a/modules/forum/forum-topic-navigation.tpl.php
+++ b/modules/forum/forum-topic-navigation.tpl.php
@@ -1,5 +1,6 @@
<?php
// $Id$
+
/**
* @file forum-topic-navigation.tpl.php
* Default theme implementation to display the topic navigation string at the
diff --git a/modules/forum/forums.tpl.php b/modules/forum/forums.tpl.php
index 28917ba4f..7c2dbc84a 100644
--- a/modules/forum/forums.tpl.php
+++ b/modules/forum/forums.tpl.php
@@ -1,4 +1,6 @@
-<?php // $Id$
+<?php
+// $Id$
+
/**
* @file forums.tpl.php
* Default theme implementation to display a forum which may contain forum
diff --git a/modules/node/node.tpl.php b/modules/node/node.tpl.php
index 872ea0c29..8813f35fc 100644
--- a/modules/node/node.tpl.php
+++ b/modules/node/node.tpl.php
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
<div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?> clear-block">
<?php print $picture ?>
diff --git a/modules/poll/poll-bar-block.tpl.php b/modules/poll/poll-bar-block.tpl.php
index 9f303eccd..ca744d620 100644
--- a/modules/poll/poll-bar-block.tpl.php
+++ b/modules/poll/poll-bar-block.tpl.php
@@ -1,5 +1,6 @@
<?php
// $Id$
+
/**
* @file poll-bar-block.tpl.php
* Display the bar for a single choice in a poll
diff --git a/modules/poll/poll-bar.tpl.php b/modules/poll/poll-bar.tpl.php
index 550592be7..54a79997c 100644
--- a/modules/poll/poll-bar.tpl.php
+++ b/modules/poll/poll-bar.tpl.php
@@ -1,5 +1,6 @@
<?php
// $Id$
+
/**
* @file poll-bar.tpl.php
* Display the bar for a single choice in a poll
diff --git a/modules/poll/poll-results.tpl.php b/modules/poll/poll-results.tpl.php
index 690d3ead1..670a50af5 100644
--- a/modules/poll/poll-results.tpl.php
+++ b/modules/poll/poll-results.tpl.php
@@ -1,5 +1,6 @@
<?php
// $Id$
+
/**
* @file poll-results-block.tpl.php
* Display the poll results in a block.
diff --git a/modules/poll/poll-vote.tpl.php b/modules/poll/poll-vote.tpl.php
index f3b4a407b..5b4a73668 100644
--- a/modules/poll/poll-vote.tpl.php
+++ b/modules/poll/poll-vote.tpl.php
@@ -1,5 +1,6 @@
<?php
// $Id$
+
/**
* @file poll-vote.tpl.php
* Voting form for a poll.
diff --git a/modules/profile/profile-block.tpl.php b/modules/profile/profile-block.tpl.php
index 995f59124..31bf5d140 100644
--- a/modules/profile/profile-block.tpl.php
+++ b/modules/profile/profile-block.tpl.php
@@ -1,5 +1,6 @@
<?php
-// $Id
+// $Id$
+
/**
* @file profile-block.tpl.php
* Default theme implementation for displaying a users profile within a
diff --git a/modules/profile/profile-listing.tpl.php b/modules/profile/profile-listing.tpl.php
index 770f2d803..fb22c0685 100644
--- a/modules/profile/profile-listing.tpl.php
+++ b/modules/profile/profile-listing.tpl.php
@@ -1,5 +1,6 @@
<?php
-// $Id
+// $Id$
+
/**
* @file profile-listing.tpl.php
* Default theme implementation for displaying a user and their profile data
diff --git a/modules/profile/profile-wrapper.tpl.php b/modules/profile/profile-wrapper.tpl.php
index 27f742fd9..2030c2a49 100644
--- a/modules/profile/profile-wrapper.tpl.php
+++ b/modules/profile/profile-wrapper.tpl.php
@@ -1,5 +1,6 @@
<?php
-// $Id
+// $Id$
+
/**
* @file profile-wrapper.tpl.php
* Default theme implementation for wrapping member listings and their
diff --git a/modules/system/block.tpl.php b/modules/system/block.tpl.php
index 8ba204d40..52bf62b10 100644
--- a/modules/system/block.tpl.php
+++ b/modules/system/block.tpl.php
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
<div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">
<?php if ($block->subject): ?>
diff --git a/modules/system/box.tpl.php b/modules/system/box.tpl.php
index 84d810cf0..338bf8c63 100644
--- a/modules/system/box.tpl.php
+++ b/modules/system/box.tpl.php
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
<div class="box">
<?php if ($title): ?>
diff --git a/modules/system/page.tpl.php b/modules/system/page.tpl.php
index b70c46c51..a71b18d8f 100644
--- a/modules/system/page.tpl.php
+++ b/modules/system/page.tpl.php
@@ -1,5 +1,6 @@
<?php
// $Id$
+
/**
* @file page.tpl.php
*
diff --git a/modules/update/update.css b/modules/update/update.css
index 58f3867b9..6ec788385 100644
--- a/modules/update/update.css
+++ b/modules/update/update.css
@@ -1,4 +1,5 @@
/* $Id$ */
+
.update .project {
font-weight: bold;
font-size: 110%;
diff --git a/modules/upload/upload.admin.inc b/modules/upload/upload.admin.inc
index 570fc3980..0e922b15a 100644
--- a/modules/upload/upload.admin.inc
+++ b/modules/upload/upload.admin.inc
@@ -1,4 +1,5 @@
<?php
+// $Id$
/**
* Form API callback to validate the upload settings form.
diff --git a/modules/user/user-picture.tpl.php b/modules/user/user-picture.tpl.php
index 10fe596ba..ae07680f5 100644
--- a/modules/user/user-picture.tpl.php
+++ b/modules/user/user-picture.tpl.php
@@ -1,5 +1,6 @@
<?php
-// $Id
+// $Id$
+
/**
* @file user-picture.tpl.php
* Default theme implementation to present an picture configured for the
diff --git a/modules/user/user-profile-category.tpl.php b/modules/user/user-profile-category.tpl.php
index 920d93cd3..55946643a 100644
--- a/modules/user/user-profile-category.tpl.php
+++ b/modules/user/user-profile-category.tpl.php
@@ -1,5 +1,6 @@
<?php
-// $Id
+// $Id$
+
/**
* @file user-profile-category.tpl.php
* Default theme implementation to present profile categories (groups of
diff --git a/modules/user/user-profile-item.tpl.php b/modules/user/user-profile-item.tpl.php
index bcab25de2..e51a4b114 100644
--- a/modules/user/user-profile-item.tpl.php
+++ b/modules/user/user-profile-item.tpl.php
@@ -1,5 +1,6 @@
<?php
-// $Id
+// $Id$
+
/**
* @file user-profile-item.tpl.php
* Default theme implementation to present profile items (values from user
diff --git a/modules/user/user-profile.tpl.php b/modules/user/user-profile.tpl.php
index 92bd3f07e..14a5bda0d 100644
--- a/modules/user/user-profile.tpl.php
+++ b/modules/user/user-profile.tpl.php
@@ -1,5 +1,6 @@
<?php
-// $Id
+// $Id$
+
/**
* @file user-profile.tpl.php
* Default theme implementation to present all user profile data.
diff --git a/modules/user/user.js b/modules/user/user.js
index aa5cf34a3..21b2b96ca 100644
--- a/modules/user/user.js
+++ b/modules/user/user.js
@@ -1,4 +1,4 @@
-/* $Id$ */
+// $Id$
/**
* Attach handlers to evaluate the strength of any password fields and to check
diff --git a/modules/user/user_profile.tpl.php b/modules/user/user_profile.tpl.php
index 2acd78a94..d5cf6ea12 100644
--- a/modules/user/user_profile.tpl.php
+++ b/modules/user/user_profile.tpl.php
@@ -1,4 +1,5 @@
<?php
+// $Id$
/*
* In order to customize user profiles, replace the HTML below with your own
diff --git a/modules/user/user_profile_category.tpl.php b/modules/user/user_profile_category.tpl.php
index 386cb5833..bd5c5ae9b 100644
--- a/modules/user/user_profile_category.tpl.php
+++ b/modules/user/user_profile_category.tpl.php
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
<?php if ($element['#title']): ?>
<h3><?php print $element['#title'] ?></h3>
<?php endif; ?>
diff --git a/modules/user/user_profile_item.tpl.php b/modules/user/user_profile_item.tpl.php
index e234380b8..7c8d7ee2c 100644
--- a/modules/user/user_profile_item.tpl.php
+++ b/modules/user/user_profile_item.tpl.php
@@ -1,4 +1,6 @@
<?php
+// $Id$
+
$attributes = isset($element['#attributes']) ? ' '. drupal_attributes($element['#attributes']) : '';
?>
<dt<?php print $attributes ?>><?php print $element['#title'] ?></dt>
diff --git a/themes/bluemarine/block.tpl.php b/themes/bluemarine/block.tpl.php
index 75f2708a5..02ec48cf1 100644
--- a/themes/bluemarine/block.tpl.php
+++ b/themes/bluemarine/block.tpl.php
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
<div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
<h2 class="title"><?php print $block->subject; ?></h2>
<div class="content"><?php print $block->content; ?></div>
diff --git a/themes/bluemarine/box.tpl.php b/themes/bluemarine/box.tpl.php
index a66bd27df..c1ca328a7 100644
--- a/themes/bluemarine/box.tpl.php
+++ b/themes/bluemarine/box.tpl.php
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
<div class="box">
<?php if ($title) { ?><h2 class="title"><?php print $title; ?></h2><?php } ?>
<div class="content"><?php print $content; ?></div>
diff --git a/themes/bluemarine/comment.tpl.php b/themes/bluemarine/comment.tpl.php
index b73b7aef3..1aa1e193a 100644
--- a/themes/bluemarine/comment.tpl.php
+++ b/themes/bluemarine/comment.tpl.php
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
<div class="comment<?php if (isset($comment->status) && $comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">
<?php if ($picture) {
print $picture;
diff --git a/themes/bluemarine/node.tpl.php b/themes/bluemarine/node.tpl.php
index fd96e1521..4a6e1fabf 100644
--- a/themes/bluemarine/node.tpl.php
+++ b/themes/bluemarine/node.tpl.php
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
<div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
<?php if ($picture) {
print $picture;
diff --git a/themes/bluemarine/page.tpl.php b/themes/bluemarine/page.tpl.php
index 2f101ddf1..6cc707df3 100644
--- a/themes/bluemarine/page.tpl.php
+++ b/themes/bluemarine/page.tpl.php
@@ -1,4 +1,6 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<?php
+// $Id$
+?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>">
<head>
diff --git a/themes/garland/block.tpl.php b/themes/garland/block.tpl.php
index 89a9ab1d9..1b7ae308e 100644
--- a/themes/garland/block.tpl.php
+++ b/themes/garland/block.tpl.php
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
<div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="clear-block block block-<?php print $block->module ?>">
<?php if (!empty($block->subject)): ?>
diff --git a/themes/garland/comment.tpl.php b/themes/garland/comment.tpl.php
index 6364021a8..07ea0bca6 100644
--- a/themes/garland/comment.tpl.php
+++ b/themes/garland/comment.tpl.php
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
<div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print (isset($comment->status) && $comment->status == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : ''; print ' '. $zebra; ?>">
<div class="clear-block">
diff --git a/themes/garland/node.tpl.php b/themes/garland/node.tpl.php
index 8c267d671..5dbdd1463 100644
--- a/themes/garland/node.tpl.php
+++ b/themes/garland/node.tpl.php
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
<div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?>">
<?php print $picture ?>
diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php
index bba6c898c..9e4c27d71 100644
--- a/themes/garland/page.tpl.php
+++ b/themes/garland/page.tpl.php
@@ -1,4 +1,6 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+<?php
+// $Id$
+?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>">
<head>
diff --git a/themes/pushbutton/block.tpl.php b/themes/pushbutton/block.tpl.php
index 782ed5098..0e2978e6d 100644
--- a/themes/pushbutton/block.tpl.php
+++ b/themes/pushbutton/block.tpl.php
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
<div class="<?php print "block block-$block->module" ?>" id="<?php print "block-$block->module-$block->delta"; ?>">
<div class="title"><h3><?php print $block->subject ?></h3></div>
<div class="content"><?php print $block->content ?></div>
diff --git a/themes/pushbutton/box.tpl.php b/themes/pushbutton/box.tpl.php
index cf48ffa13..0374ba64f 100644
--- a/themes/pushbutton/box.tpl.php
+++ b/themes/pushbutton/box.tpl.php
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
<div class="box">
<?php if ($title): ?>
<h2 class="title"><?php print $title ?></h2>
diff --git a/themes/pushbutton/comment.tpl.php b/themes/pushbutton/comment.tpl.php
index dba7452d5..5311b6aed 100644
--- a/themes/pushbutton/comment.tpl.php
+++ b/themes/pushbutton/comment.tpl.php
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
<div class="comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">
<?php if ($picture) : ?>
<?php print $picture ?>
diff --git a/themes/pushbutton/node.tpl.php b/themes/pushbutton/node.tpl.php
index 08524d7d6..c464011ce 100644
--- a/themes/pushbutton/node.tpl.php
+++ b/themes/pushbutton/node.tpl.php
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
<div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
<?php print $picture ?>
<?php if ($page == 0): ?>
diff --git a/themes/pushbutton/page.tpl.php b/themes/pushbutton/page.tpl.php
index 027bd026c..49a55b80f 100644
--- a/themes/pushbutton/page.tpl.php
+++ b/themes/pushbutton/page.tpl.php
@@ -1,4 +1,6 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<?php
+// $Id$
+?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>">
<head>
<title><?php print $head_title ?></title>