Olips: Комментарии

Главные вкладки

9 октября 2016 в 2:09

http://prntscr.com/criatx

nid; ?>" class="<?php print $classes; ?> clearfix"<?php print $attributes; ?>>
<?php print render($title_prefix); ?>

<?php print render($content['field_image']); ?>

<?php if ($title && !$page): ?>
>
<?php if ($title): ?>
>
" rel="bookmark"><?php print $title; ?>

<?php endif; ?>

<?php endif; ?>

23 августа 2016 в 16:09

sergeybelya wrote:

Ну так вы совсем не тот код вставили, такое впечатление что для шестерки. Сравните с https://api.drupal.org/api/drupal/modules!file!file.module/function/theme_file_link/7.x


а с этим не совсем понятно... куда этот код вставить нужно?

23 августа 2016 в 15:31

function clean_corporate_theme_file_link($file) {
// Views may call this function with a NULL value, return an empty string.
if (empty($file['fid'])) {
return '';
}

$path = $file['filepath'];
$url = file_create_url($path);
$icon = theme('filefield_icon', $file);

// Set options as per anchor format described at
$options = array(
'attributes' => array(
'type' => $file['filemime'] . '; length=' . $file['filesize'],
),
);