Changeset 344 for trunk/app/views/galleries/display.ctp
- Timestamp:
- 03/25/08 10:32:39 (10 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/galleries/display.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/galleries/display.ctp
r253 r344 63 63 <p> 64 64 <?php 65 if ( $ othAuth->user('username'))65 if ( $cU['User']['username'] ) 66 66 { 67 echo $ othAuth->user('username'). " escribe:";67 echo $cU['User']['username'] . " escribe:"; 68 68 69 } else { 69 } 70 else 71 { 70 72 echo $html->input('Discution/username', array("size" => 25, "maxlength" => 50)); 71 73 echo $form->labelTag( 'Discution/username', ' Nombre (requerido)' );
