You are here

advanced-forum.naked.post-edited.tpl.php in Advanced Forum 7.2

File

styles/naked/advanced-forum.naked.post-edited.tpl.php
View source
<?php

/**
 * @file
 * advanced-forum.naked.post-edited.tpl.php
 */
?>

<span class="post-edit-label"><?php

print t('Edited by');
?>:</span> <?php

print $edited_name;
?>
<span class="post-edit-label"> <?php

print t('on');
?> </span> <?php

print $edited_datetime;
if (!empty($edited_reason)) {
  ?>
  <span class="post-edit-label"> <?php

  print t('Reason');
  ?>:</span> <?php

  print $edited_reason;
}