2012-10-04 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_html.php: Fixed path to images in metaconsole. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7042 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
c16d64ba64
commit
0d5ebd12d7
|
@ -1,3 +1,7 @@
|
|||
2012-10-04 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/functions_html.php: Fixed path to images in metaconsole.
|
||||
|
||||
2012-10-04 Hirofumi Kosaka <kosaka@rworks.jp>
|
||||
|
||||
* general/login_help_dialog.php: Fixed obsolete URL for
|
||||
|
|
|
@ -1267,12 +1267,7 @@ function html_print_image ($src, $return = false, $options = false, $return_src
|
|||
|
||||
}
|
||||
|
||||
if (!$relative) {
|
||||
if (defined('METACONSOLE'))
|
||||
$src = ui_get_full_url(ENTERPRISE_DIR . '/meta/' . $src);
|
||||
else
|
||||
$src = ui_get_full_url($src);
|
||||
}
|
||||
$src = ui_get_full_url($src);
|
||||
|
||||
// Only return src field of image
|
||||
if ($return_src) {
|
||||
|
|
Loading…
Reference in New Issue