/[drupal]/contributions/themes/sympal_theme/comment_form.tpl.php
ViewVC logotype

Contents of /contributions/themes/sympal_theme/comment_form.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download) (as text)
Sat Mar 8 13:34:22 2008 UTC (20 months, 3 weeks ago) by ber
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.1: +16 -0 lines
File MIME type: text/x-php
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