Changeset 107 for trunk/app/views/news
- Timestamp:
- 09/17/07 19:45:22 (15 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/news/display.thtml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/news/display.thtml
r106 r107 31 31 32 32 33 echo $news->socialNets($data['News']['id'], $data['News']['title']); // Social nets buttons33 echo $news->socialNets($data['News']['id'], $data['News']['title']); // Social nets buttons 34 34 35 35 if ( $data['News']['comments'] == 1 ) // comments are actived ?? … … 48 48 } 49 49 echo "</div>"; 50 ?>50 ?> 51 51 52 52 <p> … … 92 92 </fieldset> 93 93 </form> 94 <?php } ?> 94 95 </div> 95 <?php } ?>
