Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php // $Id: comment-wrapper.tpl.php 7156 2010-04-24 16:48:35Z chris $ /** * @file comm..

Decoded Output download

<?php
// $Id: comment-wrapper.tpl.php 7156 2010-04-24 16:48:35Z chris $

/**
 * @file comment-wrapper.tpl.php
 * Default theme implementation to wrap comments.
 *
 * Available variables:
 * - $content: All comments for a given page. Also contains sorting controls
 *   and comment forms if the site is configured for it.
 *
 * The following variables are provided for contextual information.
 * - $node: Node object the comments are attached to.
 * The constants below the variables show the possible values and should be
 * used for comparison.
 * - $display_mode
 *   - COMMENT_MODE_FLAT_COLLAPSED
 *   - COMMENT_MODE_FLAT_EXPANDED
 *   - COMMENT_MODE_THREADED_COLLAPSED
 *   - COMMENT_MODE_THREADED_EXPANDED
 * - $display_order
 *   - COMMENT_ORDER_NEWEST_FIRST
 *   - COMMENT_ORDER_OLDEST_FIRST
 * - $comment_controls_state
 *   - COMMENT_CONTROLS_ABOVE
 *   - COMMENT_CONTROLS_BELOW
 *   - COMMENT_CONTROLS_ABOVE_BELOW
 *   - COMMENT_CONTROLS_HIDDEN
 *
 * @see template_preprocess_comment_wrapper()
 * @see theme_comment_wrapper()
 */
?>

<?php if ($content) : ?>
<div id="comments" class="comments block <?php print $skinr; ?>">
  <div class="marina-rounded-corners">
    <div class="corner-top"><div class="corner-top-right corner"></div><div class="corner-top-left corner"></div></div>
    <div class="inner">
      <div class="inner-wrapper">
        <div class="inner-inner">
          <div class="block-icon pngfix comment-icon-chatbubbles"></div>
          <h2 class="comments-header">
            <?php print t('Comments'); ?>
          </h2>
          <?php print $content; ?>
        </div><!-- /inner-inner -->
      </div><!-- /inner-wrapper -->
    </div><!-- /inner -->
    <div class="corner-bottom"><div class="corner-bottom-right corner"></div><div class="corner-bottom-left corner"></div></div>
  </div>
</div>
<?php endif; ?><!-- /comments -->

Did this file decode correctly?

Original Code

<?php
// $Id: comment-wrapper.tpl.php 7156 2010-04-24 16:48:35Z chris $

/**
 * @file comment-wrapper.tpl.php
 * Default theme implementation to wrap comments.
 *
 * Available variables:
 * - $content: All comments for a given page. Also contains sorting controls
 *   and comment forms if the site is configured for it.
 *
 * The following variables are provided for contextual information.
 * - $node: Node object the comments are attached to.
 * The constants below the variables show the possible values and should be
 * used for comparison.
 * - $display_mode
 *   - COMMENT_MODE_FLAT_COLLAPSED
 *   - COMMENT_MODE_FLAT_EXPANDED
 *   - COMMENT_MODE_THREADED_COLLAPSED
 *   - COMMENT_MODE_THREADED_EXPANDED
 * - $display_order
 *   - COMMENT_ORDER_NEWEST_FIRST
 *   - COMMENT_ORDER_OLDEST_FIRST
 * - $comment_controls_state
 *   - COMMENT_CONTROLS_ABOVE
 *   - COMMENT_CONTROLS_BELOW
 *   - COMMENT_CONTROLS_ABOVE_BELOW
 *   - COMMENT_CONTROLS_HIDDEN
 *
 * @see template_preprocess_comment_wrapper()
 * @see theme_comment_wrapper()
 */
?>

<?php if ($content) : ?>
<div id="comments" class="comments block <?php print $skinr; ?>">
  <div class="marina-rounded-corners">
    <div class="corner-top"><div class="corner-top-right corner"></div><div class="corner-top-left corner"></div></div>
    <div class="inner">
      <div class="inner-wrapper">
        <div class="inner-inner">
          <div class="block-icon pngfix comment-icon-chatbubbles"></div>
          <h2 class="comments-header">
            <?php print t('Comments'); ?>
          </h2>
          <?php print $content; ?>
        </div><!-- /inner-inner -->
      </div><!-- /inner-wrapper -->
    </div><!-- /inner -->
    <div class="corner-bottom"><div class="corner-bottom-right corner"></div><div class="corner-bottom-left corner"></div></div>
  </div>
</div>
<?php endif; ?><!-- /comments -->

Function Calls

t 1

Variables

None

Stats

MD5 dfb6cff7901b92cb09ee6f2ca8b5a4aa
Eval Count 0
Decode Time 93 ms