Блок. Прикреплённые файлы



Код выводит в блоке список прикреплённых к документу файлов.

<?php
if (arg(0) == 'node' && is_numeric(arg(1)) && is_null(arg(2))) {
 
$nid = (int)arg(1);
 
$files = upload_load(node_load($nid));
$output theme_upload_attachments($files);
return
$output;
}
?>

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.