summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/block.tpl.php3
-rw-r--r--modules/system/box.tpl.php3
-rw-r--r--modules/system/page.tpl.php1
3 files changed, 7 insertions, 0 deletions
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
*