XOOPS 2.5.6
Final
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
XOOPS 2.5.6
Todo List
Deprecated List
Classes
Files
File List
L:
0xoops
xoops-2.5.6
htdocs
class
Frameworks
include
install
kernel
language
modules
themes
xoops_data
xoops_lib
modules
protector
admin
about.php
admin_footer.php
admin_header.php
advisory.php
center.php
index.php
mymenu.php
prefix_manager.php
class
filters_disabled
filters_enabled
include
language
library
main
admin.php
admin_menu.php
blocks.php
main.php
module_icon.php
notification.php
oninstall.php
onuninstall.php
onupdate.php
preload.php
public_check.php
xoops_version.php
admin.php
backend.php
banners.php
browse.php
edituser.php
footer.php
header.php
image.php
imagemanager.php
index.php
lostpass.php
mainfile.dist.php
mainfile.php
misc.php
notifications.php
pda.php
pmlite.php
readpmsg.php
register.php
search.php
user.php
userinfo.php
viewpmsg.php
xmlrpc.php
File Members
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
index.php
Go to the documentation of this file.
1
<?php
2
// $Id: index.php 8066 2011-11-06 05:09:33Z beckmi $
3
// ------------------------------------------------------------------------ //
4
// XOOPS - PHP Content Management System //
5
// Copyright (c) 2000 XOOPS.org //
6
// <http://www.xoops.org/> //
7
// ------------------------------------------------------------------------ //
8
// This program is free software; you can redistribute it and/or modify //
9
// it under the terms of the GNU General Public License as published by //
10
// the Free Software Foundation; either version 2 of the License, or //
11
// (at your option) any later version. //
12
// //
13
// You may not change or alter any portion of this comment or credits //
14
// of supporting developers from this source code or any supporting //
15
// source code which is considered copyrighted (c) material of the //
16
// original comment or credit authors. //
17
// //
18
// This program is distributed in the hope that it will be useful, //
19
// but WITHOUT ANY WARRANTY; without even the implied warranty of //
20
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
21
// GNU General Public License for more details. //
22
// //
23
// You should have received a copy of the GNU General Public License //
24
// along with this program; if not, write to the Free Software //
25
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA //
26
// ------------------------------------------------------------------------ //
27
// Author: Raul Recio (AKA UNFOR) //
28
// Project: The XOOPS Project //
29
// ------------------------------------------------------------------------- //
30
31
include_once
'admin_header.php'
;
32
xoops_cp_header
();
33
34
$indexAdmin
=
new
ModuleAdmin
();
35
36
echo
$indexAdmin
->addNavigation(
'index.php'
);
37
echo
$indexAdmin
->renderIndex();
38
39
include
'admin_footer.php'
;
40
//xoops_cp_footer();
L:
0xoops
xoops-2.5.6
htdocs
xoops_lib
modules
protector
admin
index.php
Generated on Fri May 10 2013 01:04:26 for XOOPS 2.5.6 by
1.8.3.1