View Single Post
  #2  
Old 11-09-2005, 02:24 PM
Winston Winston is offline
Administrator
 
Join Date: Jul 2005
Posts: 46
Default

Hi, in the language.php file find:
Code:
'subtext2' => 'Size: ', 'subtext3' => 'Date: ',

And change to the following:
Code:
'subtext2' => '', 'subtext3' => '',
Reply With Quote