_statistics_link
modules/statistics/statistics.module, строка 512
- Версии
- 5 – 6
_statistics_link($path, $width = 35)
It is possible to adjust the width of columns generated by the statistics module.
Код
<?php
function _statistics_link($path, $width = 35) {
$title = drupal_get_path_alias($path);
$title = truncate_utf8($title, $width, FALSE, TRUE);
return l($title, $path);
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии