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
d59379cf8c
commit
061409633f
|
@ -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>
|
||||
|
||||
* include/functions_reporting.php: added the call to
|
||||
|
|
|
@ -832,6 +832,7 @@ function process_page_head ($string, $bitfield) {
|
|||
$config['css'] = array ();
|
||||
}
|
||||
|
||||
$exists_css = false;
|
||||
//First, if user has assigned a skin then try to use css files of skin subdirectory
|
||||
$isFunctionSkins = enterprise_include_once ('include/functions_skins.php');
|
||||
if ($isFunctionSkins !== ENTERPRISE_NOT_HOOK) {
|
||||
|
|
Loading…
Reference in New Issue