Seditio Source
Root |
./othercms/b2evolution_7.2.3/skins/default_site_skin/_html_footer.inc.php
<?php
/**
 * This is the HTML footer include template.
 *
 * This will be included ONLY for site skin pages (like a global 404).
 *
 * @package skins
 * @subpackage default_site_skin
 */
if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
?>
<!-- End of skin_wrapper -->

<!-- /div -->
<?php include_footerlines(); /* Add JavaScript and CSS files included by plugins and skin */ ?>
</body>
</html>