Changeset 9875
- Timestamp:
- Jan 4, 2009, 2:57:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/plugins/opDiaryPlugin/trunk/apps/mobile_frontend/modules/diary/templates/showSuccess.php
r9870 r9875 10 10 11 11 <?php foreach ($diary->getDiaryImages() as $image): ?> 12 View Image<br>12 <?php echo link_to(__('View Image'), sf_image_path($image->getFile(), array('size' => '240x320', 'f' => 'jpg'))) ?><br> 13 13 <?php endforeach; ?> 14 14 … … 30 30 <?php echo nl2br($comment->getBody()) ?><br> 31 31 <?php foreach ($comment->getDiaryCommentImages() as $image): ?> 32 View Image<br>32 <?php echo link_to(__('View Image'), sf_image_path($image->getFile(), array('size' => '240x320', 'f' => 'jpg'))) ?><br> 33 33 <?php endforeach; ?> 34 34 <?php endforeach; ?>
Note: See TracChangeset
for help on using the changeset viewer.