Parent Directory
|
Revision Log
|
Revision Graph
Adding files from DRUPAL-5 branch to HEAD, in preparation of a DRUPAL-6 branch.
| 1 | <div class="sliding-door"> |
| 2 | <?php if (!empty($admin)) : ?> |
| 3 | <div class="admin"><?php print $admin;?></div> |
| 4 | <?php endif; ?> |
| 5 | <?php if (!empty($contact)) : ?> |
| 6 | <div class="contact"><?php print $contact;?></div> |
| 7 | <?php endif; ?> |
| 8 | <?php if (!empty($subject)) : ?> |
| 9 | <div class="subject"><?php print $subject;?></div> |
| 10 | <?php endif; ?> |
| 11 | |
| 12 | <div class="comment"><?php print $comment;?><?php print $filter;?></div> |
| 13 | <?php print $rest;?> |
| 14 | |
| 15 | <div class="buttons"><?php print $buttons;?></div> |
| 16 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |