XOOPS RMCommon Utilities
2.1.8.91RC
Main Page
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
rmcommon.php
Go to the documentation of this file.
1
<?php
2
// $Id$
3
// --------------------------------------------------------------
4
// Designia v1.0
5
// Theme for Common Utilities 2
6
// Author: Eduardo Cortés <i.bitcero@gmail.com>
7
// Email: i.bitcero@gmail.com
8
// License: GPL 2.0
9
// --------------------------------------------------------------
10
11
class
DesigniaRmcommonPreload
12
{
13
public
function
eventRmcommonXoopsCommonEnd
(){
14
global
$xoopsConfig
;
15
16
$designia =
rmc_server_var
($_REQUEST,
'designia'
,
''
);
17
18
if
($designia==
''
)
return
;
19
20
switch
($designia){
21
case
'settings'
:
22
include_once
RMCPATH
.
'/themes/designia/include/settings.php'
;
23
die();
24
}
25
}
26
}
L:
XOOPS_Allure
SVN_XOOPS2
RMC
rmcommon
trunk
rmcommon
themes
designia
events
rmcommon.php
Generated on Sun Mar 17 2013 20:41:07 for XOOPS RMCommon Utilities by
1.8.3.1