Photo album

'; $options = "toolbar=0, directories=0, status=0, menubar=0, scrollbars=1 ,resizable=1 ,width=700, height=500, left=0, top=0"; $data = explode("/",$path_sitio); array_shift($data); array_shift($data); $vistas = implode("/",$data); foreach ($lista_imagenes as $k => $imagen) { if ($k % 3 == 0) $contenido_HTML .= ''; $contenido_HTML .= ''; } $contenido_HTML .= '
'; if (file_exists('imagenes_cont/' . $url[1] . '/foto_album/' . $imagen->img_archivo_thumb)) $contenido_HTML .= ''; $contenido_HTML .= '
'; $contenido_HTML .= $imagen->descripcion . '
'; $contenido_HTML .= 'Back
'; $contenido_HTML .= ''; ?>