19 defined(
'XOOPS_ROOT_PATH') or die('Restricted access');
24 if (! defined("XOOPS_FOOTER_INCLUDED")) {
25 define(
"XOOPS_FOOTER_INCLUDED", 1);
32 $footer = htmlspecialchars(
$xoopsConfigMetaFooter[
'footer']) .
'<br /><div class="txtcenter small">Powered by XOOPS © <a href="http://xoops.sourceforge.net" rel="external" title="The XOOPS Project">The XOOPS Project</a></div>';
44 include_once
$GLOBALS[
'xoops']->path(
'include/notification_select.php');
45 if (! headers_sent()) {
46 header(
'Content-Type:text/html; charset=' .
_CHARSET);
47 header(
'Expires: Mon, 26 Jul 1997 05:00:00 GMT');
49 header(
'Cache-Control: private, no-cache');
50 header(
'Pragma: no-cache');
59 trigger_error(
"xoopsOption[template_main] should be defined before including header.php", E_USER_WARNING);
60 if (
false === strpos(
$xoopsOption[
'template_main'],
':')) {