-
Notifications
You must be signed in to change notification settings - Fork 2
/
header.php
38 lines (34 loc) · 1.33 KB
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?php
/*
* You may not change or alter any portion of this comment or credits
* of supporting developers from this source code or any supporting source code
* which is considered copyrighted (c) material of the original comment or credit authors.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
*--------------------------------------
* Author: Raul Recio (AKA UNFOR)
* Project: The XOOPS Project
*--------------------------------------
*/
/**
* XoopsPartners - a partner affiliation links module
*
* @package module\Xoopspartners\frontside
* @author Raul Recio (aka UNFOR)
* @author XOOPS Module Development Team
* @copyright {@link https://xoops.org 2001-2016 XOOPS Project}
* @license {@link https://www.gnu.org/licenses/gpl-2.0.html GNU Public License}
* @link https://xoops.org XOOPS
*/
use XoopsModules\Xoopspartners\Helper;
$moduleDirName = basename(__DIR__);
require_once dirname(dirname(__DIR__)) . '/mainfile.php';
xoops_load('pagenav');
//if (!interface_exists('Xoopspartners\Constants')) {
// require_once __DIR__ . '/class/constants.php';
//}
//$helper = Helper::getHelper($moduleDirName);
/** @var Helper $helper */
$helper = Helper::getInstance();