mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
2011-03-02 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_ui.php: Added missing variable initialization in function process_page_head. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4051 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
b1318b3e18
commit
9d5f594f1c
@ -1,3 +1,8 @@
|
|||||||
|
2011-03-02 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
|
* include/functions_ui.php: Added missing variable initialization in function
|
||||||
|
process_page_head.
|
||||||
|
|
||||||
2011-03-02 Miguel de Dios <miguel.dedios@artica.es>
|
2011-03-02 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/functions_reporting.php: added the call to
|
* include/functions_reporting.php: added the call to
|
||||||
|
@ -832,6 +832,7 @@ function process_page_head ($string, $bitfield) {
|
|||||||
$config['css'] = array ();
|
$config['css'] = array ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$exists_css = false;
|
||||||
//First, if user has assigned a skin then try to use css files of skin subdirectory
|
//First, if user has assigned a skin then try to use css files of skin subdirectory
|
||||||
$isFunctionSkins = enterprise_include_once ('include/functions_skins.php');
|
$isFunctionSkins = enterprise_include_once ('include/functions_skins.php');
|
||||||
if ($isFunctionSkins !== ENTERPRISE_NOT_HOOK) {
|
if ($isFunctionSkins !== ENTERPRISE_NOT_HOOK) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user