diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php
index 364f2c3..2a2cf79 100644
--- a/milfs/funciones/funciones.php
+++ b/milfs/funciones/funciones.php
@@ -677,9 +677,9 @@ if (mysql_num_rows($sql)!='0'){
// $resultado ="
";
$imagen = formulario_valor_campo("$id","0","","$control");
$imagen = $imagen[3];
- if($imagen[3] != null) {
+ if($imagen[3] != null AND $tipo !='titulos') {
$imagen= "";
- }
+ }else {$imagen='';}
$td .= "$imagen | ";
while( $row = mysql_fetch_array( $sql ) ) {