summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index ed6a2c80e..296e89975 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -1,4 +1,5 @@
<?php
+// $Id$
class BaseTheme {
@@ -161,5 +162,5 @@ function theme_moderation_results(&$theme, $node, $region) {
$theme->box(t("Moderation results"), ($output ? $output : t("This node has not been moderated yet.")), $region);
}
-
+
?>