1
0
Fork 0

correccion bug imagen

This commit is contained in:
humano 2018-11-02 07:11:32 -05:00
parent ada6464c80
commit 7f33e0bb19
1 changed files with 1 additions and 1 deletions

View File

@ -13176,7 +13176,7 @@ if (mysqli_num_rows($sql)!='0'){
if($campo_tipo =='15' AND $tipo==""){
if($contenido !=""){
$contenido = "<img class='img img-responsive' style='width:100%' src='$_SESSION[url]/images/secure/?file=600/$contenido'>
$contenido = "<img class='campo_imagen img img-responsive' style='width:100%' src='$_SESSION[url]/images/secure/?file=600/$contenido'>
<a href='milfs/images/secure/?file=full/$contenido' target='imagen'> Mostrar <i class='glyphicon glyphicon-search-plus'></i></a>
";
$laimagen = $contenido;