Changeset 2486 for trunk/app/views/elements/poll.ctp
- Timestamp:
- 08/27/10 17:14:12 (21 months ago)
- File:
-
- 1 edited
-
trunk/app/views/elements/poll.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/elements/poll.ctp
r2428 r2486 5 5 echo $gags->ajaxDiv('add_pollrow'); 6 6 $poll = $this->requestAction('polls/poll'); 7 $poll_id = $ session->read('poll_id');7 $poll_id = $this->Session->read('poll_id'); 8 8 #die(debug($poll)); 9 9 $question = $this->Html->para('negrita', $poll['Poll']['question'], array('style'=>'text-align:left;'));
Note: See TracChangeset
for help on using the changeset viewer.
