diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-08-07 08:39:36 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-08-07 08:39:36 +0000 |
commit | f23c24c8a31ea3787d5039d36de56001f731e22a (patch) | |
tree | 44b3fbd1ad9416adf42cdcf2f4f901b3b450e991 /themes/pushbutton/node.tpl.php | |
parent | b996a7d30d002c160246624c882d8188efd3aa9b (diff) | |
download | brdo-f23c24c8a31ea3787d5039d36de56001f731e22a.tar.gz brdo-f23c24c8a31ea3787d5039d36de56001f731e22a.tar.bz2 |
#164935 by Ralf Stamm: standardize CVS Id tags in files:
- always include CVS Id tags in all files
- add a new line after the CVS Id, if more code or phpdoc follows in the same code block
- fix bogus Id tags previously added
Diffstat (limited to 'themes/pushbutton/node.tpl.php')
-rw-r--r-- | themes/pushbutton/node.tpl.php | 3 |
1 files changed, 3 insertions, 0 deletions
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): ?> |