Truncate too long dir

This commit is contained in:
Laurent Destailleur 2009-10-19 22:01:27 +00:00
parent 0f846aab8e
commit 1f3cc0d2ae

View File

@ -510,7 +510,7 @@ if (empty($action) || $action == 'file_manager' || eregi('refresh',$action) || $
// Show link // Show link
print '<td valign="middle">'; print '<td valign="middle">';
if ($section == $val['id']) print ' <u>'; if ($section == $val['id']) print ' <u>';
print $ecmdirstatic->getNomUrl(0,'index',20); print $ecmdirstatic->getNomUrl(0,'index',24);
if ($section == $val['id']) print '</u>'; if ($section == $val['id']) print '</u>';
print '</td>'; print '</td>';
print '<td>&nbsp;</td>'; print '<td>&nbsp;</td>';