如何在imce drupal中打印文件路径位置?

时间:2016-01-21 10:04:15

标签: php drupal drupal-modules drupal-theming imce-file-browser

我希望在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>

我想要打印$ file [path]但它不起作用 enter image description here

1 个答案:

答案 0 :(得分:0)

Salaktarus,

尝试使用 $ imce [&#39; furl&#39;] 变量。

来自drupal.org/node/1738218#comment-10674360