[svn r14884] Minor - Attachment image name fixed

skala
Julio Montoya 17 years ago
parent d916560e77
commit b707239d4a
  1. 2
      main/forum/viewthread_flat.inc.php
  2. 2
      main/forum/viewthread_nested.inc.php
  3. 2
      main/forum/viewthread_threaded.inc.php

@ -168,7 +168,7 @@ foreach ($rows as $row)
$realname=$attachment_list['path'];
$user_filename=$attachment_list['filename'];
echo Display::return_icon('attachment.gif',get_lang('attachment'));
echo Display::return_icon('attachment.gif',get_lang('Attachment'));
echo '<a href="download.php?file=';
echo $realname;
echo ' "> '.$user_filename.' </a>';

@ -160,7 +160,7 @@ foreach ($rows as $post)
$realname=$attachment_list['path'];
$user_filename=$attachment_list['filename'];
echo Display::return_icon('attachment.gif',get_lang('attachment'));
echo Display::return_icon('attachment.gif',get_lang('Attachment'));
echo '<a href="download.php?file=';
echo $realname;
echo ' "> '.$user_filename.' </a>';

@ -290,7 +290,7 @@ if (!empty($attachment_list))
$realname=$attachment_list['path'];
$user_filename=$attachment_list['filename'];
echo Display::return_icon('attachment.gif',get_lang('attachment'));
echo Display::return_icon('attachment.gif',get_lang('Attachment'));
echo '<a href="download.php?file=';
echo $realname;
echo ' "> '.$user_filename.' </a>';

Loading…
Cancel
Save