0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
b2evolution
/
4.0.5-0
/
standard
/
htdocs
/
skins
/
[
Home
]
File: _html_footer.inc.php
<?php /** * This is the HTML footer include template. * * For a quick explanation of b2evo 2.0 skins, please start here: * {@link http://manual.b2evolution.net/Skins_2.0} * * This is meant to be included in a page template. * Note: This is also included in the popup: do not include site navigation! * * @package evoskins */ if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' ); // SkinEndHtmlBody hook -- could be used e.g. by a google_analytics plugin to add the javascript snippet here: modules_call_method( 'SkinEndHtmlBody' ); $Plugins->trigger_event('SkinEndHtmlBody'); ?> <!-- End of skin_wrapper --> </div> </body> </html>