source: temp/test-xoops.ec-cube.net/html/modules/mylinks/header.php @ 405

Revision 405, 2.3 KB checked in by root, 20 years ago (diff)
Line 
1<?php
2// $Id: header.php,v 1.2 2005/03/18 12:52:24 onokazu Exp $
3//  ------------------------------------------------------------------------ //
4//                XOOPS - PHP Content Management System                      //
5//                    Copyright (c) 2000 XOOPS.org                           //
6//                       <http://www.xoops.org/>                             //
7//  ------------------------------------------------------------------------ //
8// Based on:                                     //
9// myPHPNUKE Web Portal System - http://myphpnuke.com/               //
10// PHP-NUKE Web Portal System - http://phpnuke.org/              //
11// Thatware - http://thatware.org/                       //
12// ------------------------------------------------------------------------- //
13//  This program is free software; you can redistribute it and/or modify     //
14//  it under the terms of the GNU General Public License as published by     //
15//  the Free Software Foundation; either version 2 of the License, or        //
16//  (at your option) any later version.                                      //
17//                                                                           //
18//  You may not change or alter any portion of this comment or credits       //
19//  of supporting developers from this source code or any supporting         //
20//  source code which is considered copyrighted (c) material of the          //
21//  original comment or credit authors.                                      //
22//                                                                           //
23//  This program is distributed in the hope that it will be useful,          //
24//  but WITHOUT ANY WARRANTY; without even the implied warranty of           //
25//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            //
26//  GNU General Public License for more details.                             //
27//                                                                           //
28//  You should have received a copy of the GNU General Public License        //
29//  along with this program; if not, write to the Free Software              //
30//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA //
31//  ------------------------------------------------------------------------ //
32include "../../mainfile.php";
33include XOOPS_ROOT_PATH."/modules/mylinks/include/functions.php";
34?>
Note: See TracBrowser for help on using the repository browser.