summaryrefslogtreecommitdiff
path: root/themes/pushbutton
diff options
context:
space:
mode:
Diffstat (limited to 'themes/pushbutton')
-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
5 files changed, 15 insertions, 1 deletions
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>