
открываем файл engine/modules/functions.php
Находим строку
после вставляем
Находим строки
Заменяем на
Находим строку
$row['name'] = explode("/", $row['name']);
$row['name'] = end($row['name']);
$row['name'] = end($row['name']);
после вставляем
$hint_desc = "ваш текст";
$hint = 'onmouseover="showhint(''.htmlspecialchars($hint_desc).'', this, event, '180px');"';
$hint = 'onmouseover="showhint(''.htmlspecialchars($hint_desc).'', this, event, '180px');"';
Находим строки
elseif ($config['files_count'] == 'yes')
$link = "{$row['name']} - {$size} ({$lang['att_dcount']} {$row['dcount']}).";
else
$link = "{$row['name']} - {$size}.";
$link = "{$row['name']} - {$size} ({$lang['att_dcount']} {$row['dcount']}).";
else
$link = "{$row['name']} - {$size}.";
Заменяем на
elseif ($config['files_count'] == 'yes')
$link = "{$row['name']} - {$size} ({$lang['att_dcount']} {$row['dcount']}).";
else
$link = "{$row['name']} - {$size}.";
$link = "{$row['name']} - {$size} ({$lang['att_dcount']} {$row['dcount']}).";
else
$link = "{$row['name']} - {$size}.";