|
|
@ -2099,7 +2099,7 @@
|
|
|
|
class="text-muted glyphicon glyphicon-remove"></i></a></label>
|
|
|
|
class="text-muted glyphicon glyphicon-remove"></i></a></label>
|
|
|
|
<a href="javascript:void(0);" onclick="openKCFinder_Root();">
|
|
|
|
<a href="javascript:void(0);" onclick="openKCFinder_Root();">
|
|
|
|
<?php
|
|
|
|
<?php
|
|
|
|
if (stripos($information->ic_photo, 'http:') === false) {
|
|
|
|
if (stripos($information->ic_photo, '//') === false) {
|
|
|
|
$list_picture = $information->ic_photo ? $this->config->item('media_image_url') . $information->ic_photo : '/css/images/uploadPic.jpg';
|
|
|
|
$list_picture = $information->ic_photo ? $this->config->item('media_image_url') . $information->ic_photo : '/css/images/uploadPic.jpg';
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
$list_picture = $information->ic_photo;
|
|
|
|
$list_picture = $information->ic_photo;
|
|
|
|