Show
Ignore:
Timestamp:
03/25/08 10:32:39 (10 months ago)
Author:
aarkerio
Message:

Webquest fixed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/galleries/display.ctp

    r253 r344  
    6363<p> 
    6464  <?php  
    65   if ( $othAuth->user('username') )  
     65  if ( $cU['User']['username'] )  
    6666  { 
    67      echo $othAuth->user('username') . "  escribe:"; 
     67     echo $cU['User']['username'] . "  escribe:"; 
    6868      
    69   } else { 
     69  }  
     70  else  
     71  { 
    7072   echo $html->input('Discution/username', array("size" => 25, "maxlength" => 50)); 
    7173   echo $form->labelTag( 'Discution/username', ' Nombre (requerido)' );