out["last_albums"]) : ?>
out["last_albums"] as $id_album => $album) : ?>
: = str_replace("\"", "\\\"", $album["titre"]) ?>"
href="= $env->url
( array
( "e" => "artistes",
"artiste" => $album["id_artiste"],
"page" => "downloads",
"album" => $id_album
)
) ?>">
= $album["artiste"] ?>
data->img_thumb($img_src, 150, 150, $env->path("uploads")."thumbs/")) !== false)
{ $thumb["thumb_file"] = $env->path("uploads")."thumbs/".$thumb["thumb_file"];
$margin_top = floor((150 - $thumb["thumb_height"]) / 2);
}
else
{ $thumb = array
( "thumb_file" => $img_src,
"thumb_width" => 150,
"thumb_height" => 150
);
$margin_top = 0;
}
?>
"
width="= $thumb["thumb_width"] ?>"
height="= $thumb["thumb_height"] ?>"
style="margin: = $margin_top ?>px 0px = $margin_top ?>px 0px;"
alt="= str_replace("\"", "\\\"", $album["titre"]) ?>" />
= $album["titre"] ?>
Pas d'album pour le moment