diff options
Diffstat (limited to 'modules')
31 files changed, 55 insertions, 15 deletions
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> |