Advertisement
plas71k

php lockit file - decoded

Dec 25th, 2012
625
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.54 KB | None | 0 0
  1. <?php
  2. echo '<div style="clear: both"></div></div><div id="footer"><div class="left"><div id="copyright"><a href="';
  3. bloginfo('url');
  4. echo '">';
  5. bloginfo('name');
  6. echo '</a>';
  7. $pages  = wp_list_pages('depth=1&title_li=&echo=0');
  8. $pages2 = preg_split('/(<li[^>]*>)/', $pages);
  9. foreach ($pages2 as $var) {
  10.     echo str_replace('</li>', '', $var);
  11. }
  12. echo '<br/><a href="http://fastestwp.com" target="_blank">wordpress Themes</a>';
  13. wp_footer();
  14. echo '</div></div><div style="clear: both"></div></div></div><!-- End: Wrap --></body></html>';
  15. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement