XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
footer.php
Go to the documentation of this file.
1 <?php
21 if (count($xoBreadcrumbs) > 1) {
22  $GLOBALS['xoopsTpl']->assign('xoBreadcrumbs', $xoBreadcrumbs);
23 }
24 
25 include $GLOBALS['xoops']->path('footer.php');
26 ?>