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 /** * @file views-more.tpl.php * Theme the more link * * - $more_url: the url fo..

Decoded Output download

<?php
/**
 * @file views-more.tpl.php
 * Theme the more link
 *
 * - $more_url: the url for the more link
 *
 * @ingroup views_templates
 */
?>

<div class="more-link">
  <a href="<?php print $more_url ?>">
    <?php print $link_text; ?>
  </a>
</div>

Did this file decode correctly?

Original Code

<?php
/**
 * @file views-more.tpl.php
 * Theme the more link
 *
 * - $more_url: the url for the more link
 *
 * @ingroup views_templates
 */
?>

<div class="more-link">
  <a href="<?php print $more_url ?>">
    <?php print $link_text; ?>
  </a>
</div>

Function Calls

None

Variables

None

Stats

MD5 14b0d1aa4603456e72f4a478d39b42d1
Eval Count 0
Decode Time 101 ms