Changeset 107 for trunk/app/views/news

Show
Ignore:
Timestamp:
09/17/07 19:45:22 (15 months ago)
Author:
aarkerio
Message:

add recover password and some images

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/news/display.thtml

    r106 r107  
    3131     
    3232     
    33     echo $news->socialNets($data['News']['id'], $data['News']['title']); // Social nets buttons 
     33  echo $news->socialNets($data['News']['id'], $data['News']['title']); // Social nets buttons 
    3434     
    3535  if ( $data['News']['comments'] == 1 )  // comments are actived ?? 
     
    4848            } 
    4949            echo "</div>"; 
    50             ?> 
     50?> 
    5151 
    5252<p> 
     
    9292</fieldset> 
    9393</form> 
     94<?php } ?> 
    9495</div> 
    95 <?php } ?>