Changeset 221 for trunk/gallery.php
- Timestamp:
- 10/06/05 22:50:53 (3 years ago)
- Files:
-
- 1 modified
-
trunk/gallery.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gallery.php
r219 r221 235 235 <a accesskey="v" href="'.$config["baseurl"].'images/'.$row["path"].'">'.$imgtag.'</a> 236 236 </div>'; 237 238 239 $output .= ' 240 <p id="description">' . $row['description'] . '</p>'; 237 241 238 242 $output .= ' … … 429 433 $filename = substr($filename, 0, $config["truncate"])."..."; 430 434 431 $output .= $filename.'<br />';432 433 if ($config["allow_comments"]) {435 /* $output .= $filename.'<br />'; 436 437 if ($config["allow_comments"]) { 434 438 $output.= '<div class="meta-header">('.$num_comments.' comment'; 435 439 … … 437 441 $output .= ')</div>'; 438 442 439 } 443 } */ 440 444 441 445 $output.='</div></li>';
