- Timestamp:
- 04/15/11 12:25:22 (13 months ago)
- File:
-
- 1 edited
-
trunk/components/photos/frontend.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/components/photos/frontend.php
r771 r780 228 228 $con['photolink2'] = '/photos/photo'.$con['id'].'.html'; 229 229 } else { 230 $con['photolink'] = '/images/photos/ '.$con['file'];231 $con['photolink2'] = '/images/photos/ '.$con['file'];230 $con['photolink'] = '/images/photos/medium/'.$con['file']; 231 $con['photolink2'] = '/images/photos/medium/'.$con['file']; 232 232 } 233 233 } … … 324 324 $inCore->loadLib('karma'); 325 325 326 if ($photo['a_type'] != 'simple'){327 328 326 $is_author = $photo['user_id'] == $inUser->id; 329 327 … … 373 371 comments('photo', $photo['id']); 374 372 } 375 376 } 373 377 374 } 378 375 /////////////////////////////// PHOTO UPLOAD /////////////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.
