Changeset 2486 for trunk/app/views/topics/reply.ctp
- Timestamp:
- 08/27/10 17:14:12 (21 months ago)
- File:
-
- 1 edited
-
trunk/app/views/topics/reply.ctp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/topics/reply.ctp
r2370 r2486 1 1 <?php 2 if ( $ session->check('Auth.User') ):2 if ( $this->Session->check('Auth.User') ): 3 3 echo $this->Form->create('Reply', array('action'=>'add')); 4 4 echo $this->Form->hidden('Reply.topic_id', array('value'=>$topic_id)); … … 10 10 <?php 11 11 echo $this->Form->input('Reply.reply', array('type'=>'textarea','between'=>': <br />','label'=>__('Your participation',True),'rows'=>10,'cols'=>50)); 12 echo $ck->load('ReplyReply', 'Basic', $ session->read('Auth.User.lang'), 600, 300);12 echo $ck->load('ReplyReply', 'Basic', $this->Session->read('Auth.User.lang'), 600, 300); 13 13 echo $this->Form->end(__('Send', True)); 14 14 echo '</fieldset>';
Note: See TracChangeset
for help on using the changeset viewer.
