forked from qwerty/milfs
organizacion de avatares
This commit is contained in:
parent
9bd6d3a06c
commit
4870cebf32
@ -4707,7 +4707,13 @@ while( $row = mysqli_fetch_array( $sql ) ) {
|
|||||||
}
|
}
|
||||||
///href='../d$row[control]'
|
///href='../d$row[control]'
|
||||||
if($tipo=="array"){
|
if($tipo=="array"){
|
||||||
$array[$row['control']]= $nombre[0];
|
$campo_imagen = buscar_campo_tipo("$formulario","15");
|
||||||
|
$avatar = remplacetas('form_datos','id_campo',$campo_imagen[0],'contenido'," control = '$row[control]' ") ;
|
||||||
|
//$avatar = "<img class='img img-circle avatar' src='./milfs/images/secure/?file=150/$avatar[0]'>";
|
||||||
|
|
||||||
|
$array[$row['control']]['nombre']= $nombre[0];
|
||||||
|
$array[$row['control']]['imagen']= $avatar[0];
|
||||||
|
$array[$row['control']]['control']= $row['control'];
|
||||||
|
|
||||||
}
|
}
|
||||||
elseif($tipo=="avatar"){
|
elseif($tipo=="avatar"){
|
||||||
|
Loading…
Reference in New Issue
Block a user