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 /** * The template for displaying the footer. * * Contains the closing of the..
Decoded Output download
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content
* after. Calls sidebar-footer.php for bottom widgets.
*
* @package Cryout Creations
* @subpackage parabola
* @since parabola 0.5
*/
?> <div style="clear:both;"></div>
</div> <!-- #forbottom -->
</div><!-- #main -->
<footer id="footer" role="contentinfo">
<div id="colophon">
<?php get_sidebar( 'footer' );?>
</div><!-- #colophon -->
<div id="footer2">
</div><!-- #footer2 -->
</footer><!-- #footer -->
</div><!-- #wrapper -->
<?php wp_footer(); ?>
</body>
</html>
Did this file decode correctly?
Original Code
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content
* after. Calls sidebar-footer.php for bottom widgets.
*
* @package Cryout Creations
* @subpackage parabola
* @since parabola 0.5
*/
?> <div style="clear:both;"></div>
</div> <!-- #forbottom -->
</div><!-- #main -->
<footer id="footer" role="contentinfo">
<div id="colophon">
<?php get_sidebar( 'footer' );?>
</div><!-- #colophon -->
<div id="footer2">
</div><!-- #footer2 -->
</footer><!-- #footer -->
</div><!-- #wrapper -->
<?php wp_footer(); ?>
</body>
</html>
Function Calls
| get_sidebar | 1 |
Stats
| MD5 | 4ee4d5bd25461bed19f3a382afe1112f |
| Eval Count | 0 |
| Decode Time | 90 ms |