I have this PHP script <?php require_once('1948ecb23ffd2b4839162ab.php'); $voltRank = new VoltRank(); echo $voltRank->display(); ?> Code (markup): And i want to add it at the end of this // Show the navigation tree. theme_linktree(); } function template_body_below() { global $context, $settings, $options, $scripturl, $txt, $modSettings; Â echo ' </div> </div></div>'; // Show the "Powered by" and "Valid" logos, as well as the copyright. Remember, the copyright must be somewhere! echo ' <div id="footer_section"><div class="frame"> <ul class="reset"> <li class="copyright">', theme_copyright(), '<br />Managed by <a href="http://www.lbhabib.ru" title="Graphic Design">LBHabib.RU</a><br /> <!-- original SMF footer --> </ul>'; PHP: Thank you for your support!
Not sure I understand what your problem is, but given the code <?php require_once('1948ecb23ffd2b4839162ab.php'); $voltRank = new VoltRank(); echo $voltRank->display(); // Show the navigation tree. theme_linktree(); function template_body_below() { global $context, $settings, $options, $scripturl, $txt, $modSettings; echo ' </div> </div></div>'; // Show the "Powered by" and "Valid" logos, as well as the copyright. Remember, the copyright must be somewhere! echo ' <div id="footer_section"><div class="frame"> <ul class="reset"> <li class="copyright">', theme_copyright(), '<br />Managed by <a href="http://www.lbhabib.ru" title="Graphic Design">LBHabib.RU</a><br /> <!-- original SMF footer --> </ul>'; ?> PHP: That should work FFMG