|
|
@@ -447,7 +447,7 @@ class SgListView |
|
|
|
if ($row['litpic'] == '-' || $row['litpic'] == '') {
|
|
|
|
$row['litpic'] = $GLOBALS['cfg_cmspath'].'/static/web/img/thumbnail.jpg';
|
|
|
|
}
|
|
|
|
if (!preg_match("/^(http|https):\/\//i", $row['litpic']) && $GLOBALS['cfg_multi_site'] == 'Y') {
|
|
|
|
if (!preg_match("#^(http|https):\/\/#i", $row['litpic']) && $GLOBALS['cfg_multi_site'] == 'Y') {
|
|
|
|
$row['litpic'] = $GLOBALS['cfg_mainsite'].$row['litpic'];
|
|
|
|
}
|
|
|
|
$row['picname'] = $row['litpic'];
|
|
|
@@ -810,7 +810,7 @@ class SgListView |
|
|
|
if ($row['litpic'] == '-' || $row['litpic'] == '') {
|
|
|
|
$row['litpic'] = $GLOBALS['cfg_cmspath'].'/static/web/img/thumbnail.jpg';
|
|
|
|
}
|
|
|
|
if (!preg_match("/^(http|https):\/\//i", $row['litpic']) && $GLOBALS['cfg_multi_site'] == 'Y') {
|
|
|
|
if (!preg_match("#^(http|https):\/\/#i", $row['litpic']) && $GLOBALS['cfg_multi_site'] == 'Y') {
|
|
|
|
$row['litpic'] = $GLOBALS['cfg_mainsite'].$row['litpic'];
|
|
|
|
}
|
|
|
|
$row['picname'] = $row['litpic'];
|
|
|
|