Skip to content
comment-form.tpl.php 516 B
Newer Older
Phuong Nguyen's avatar
Phuong Nguyen committed
// $Id$
?>

<div class="post-meta clearfix">
				
Phuong Nguyen's avatar
Phuong Nguyen committed
	<h3 class="post-title-small left"><?php print  theme_get_setting('comment_title'); ?></h3>
Phuong Nguyen's avatar
Phuong Nguyen committed
	<p class="post-info">
	</p>
Phuong Nguyen's avatar
Phuong Nguyen committed
</div>

<div class="comment-form clearfix">
	<?php print $comment_preview; ?>
	<?php print $name; ?>
	<?php print $mail; ?>
	<?php print $homepage; ?>
	<?php print $subject; ?>
	<?php print $comment; ?>
Phuong Nguyen's avatar
Phuong Nguyen committed
		<div class="hide">
			<?php print drupal_render($form); ?>
		</div>
	<?php print $submit; ?><?php print $preview; ?>
</div>