Changeset 221 for trunk/gallery.php

Show
Ignore:
Timestamp:
10/06/05 22:50:53 (3 years ago)
Author:
mike
Message:

+ Add long description to gallery and upload interface

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gallery.php

    r219 r221  
    235235                                <a accesskey="v" href="'.$config["baseurl"].'images/'.$row["path"].'">'.$imgtag.'</a> 
    236236                        </div>'; 
     237                 
     238                 
     239                $output .= ' 
     240                        <p id="description">' . $row['description'] . '</p>'; 
    237241                 
    238242                $output .= ' 
     
    429433                                                $filename = substr($filename, 0, $config["truncate"])."..."; 
    430434                                                                 
    431                                         $output .= $filename.'<br />'; 
    432                                                          
    433                                         if ($config["allow_comments"]) { 
     435                                        /* $output .= $filename.'<br />'; 
     436                                                         
     437                                         if ($config["allow_comments"]) { 
    434438                                                $output.= '<div class="meta-header">('.$num_comments.' comment'; 
    435439                                         
     
    437441                                                        $output .= ')</div>'; 
    438442                                                         
    439                                         } 
     443                                        } */ 
    440444                                                         
    441445                                        $output.='</div></li>';