Changeset 344 for trunk/app/views/elements
- Timestamp:
- 03/25/08 10:32:39 (8 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/elements/livechat.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/elements/livechat.ctp
r314 r344 12 12 echo $html->hiddenTag('Livechat/user_id', $Element[0]["User"]["id"]); // user_id 13 13 14 if ( $ othAuth->user('id'))14 if ( $cU['User']['id'] ) 15 15 { 16 echo $html->hiddenTag('Livechat/sender_name', $ othAuth->user('username')); // user_id16 echo $html->hiddenTag('Livechat/sender_name', $cU['User']['username'] ); // user_id 17 17 } 18 18 else
