Show
Ignore:
Timestamp:
04/16/08 17:24:40 (9 months ago)
Author:
aarkerio
Message:

Updates on polls

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/news/view.ctp

    r406 r407  
    4646               
    4747      echo '<div class="comentnew" style="background-color:'.$bg.'">';   
    48       echo $time->timeAgoInWords($v["created"]) . " <b>". $v["name"]    . "</b> wrote:<br />"; 
     48      echo $time->timeAgoInWords($v['created']) . ' <b>'. $v['name']    . '</b> wrote:<br />'; 
    4949      echo $v["comment"]; 
    5050      echo "</div>"; 
     
    5454 
    5555  echo $form->create('Discussion', array('action'=>'agregar')); 
     56  //echo '<form action="/discussions/agregar" method="post">'; 
    5657?> 
     58 
     59 
    5760<fieldset> 
    5861   <legend>Write comment:</legend>