mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 21:01:30 +02:00
Updated to PHPGW_IMAGES_DIR
This commit is contained in:
parent
d19cf469cb
commit
eadda85332
@ -407,7 +407,7 @@
|
|||||||
{
|
{
|
||||||
global $phpgw_info;
|
global $phpgw_info;
|
||||||
$output_text = '<table border="0" cellspacing="0" cellpadding="0"><tr>';
|
$output_text = '<table border="0" cellspacing="0" cellpadding="0"><tr>';
|
||||||
$ir = $phpgw_info['server']['images_dir'];
|
$ir = PHPGW_IMAGES_DIR;
|
||||||
|
|
||||||
if ($fontsize)
|
if ($fontsize)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user