как распечатать путь к файлу в imce drupal?

я хочу отобразить путь к файлу в IMCE:
я открыл файл imce-file-list.tpl.php и обнаружил, что:

 <tr id="<?php print $raw = rawurlencode($file['name']); ?>">
<td class="name"><?php print $raw; ?></td>
<td class="size" id="<?php print $file['size']; ?>"><?php print format_size($file['size']); ?></td>
<td class="width"><?php print $file['width']; ?></td>
<td class="height"><?php print $file['height']; ?></td>
<td class="date" id="<?php print $file['date']; ?>"><?php print format_date($file['date'], 'short'); ?></td>
</tr>

я хочу напечатать файл $ [путь], но он не работает
введите описание изображения здесь

0

Решение

Salaktarus,

Попробуй использовать $ IMCE [ ‘свертывать’] переменная.

От drupal.org/node/1738218#comment-10674360

0

Другие решения

Других решений пока нет …

По вопросам рекламы [email protected]