[Phpslash-commit] CVS: phpslash-ft/class Poll.class,1.25,1.26
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2003-01-13 18:21:10
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory sc8-pr-cvs1:/tmp/cvs-serv25695/phpslash-ft/class Modified Files: Poll.class Log Message: make SKIN variable available in pollShow.tpl Index: Poll.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Poll.class,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** Poll.class 20 Dec 2002 22:17:29 -0000 1.25 --- Poll.class 13 Jan 2003 18:21:01 -0000 1.26 *************** *** 516,520 **** $this->templ->set_var(array( ! 'TITLEBAR' => getTitlebar('100%',$question), 'ANSWER' => $this->db->f('answer_text'), 'ROOTDIR' => $this->psl['rooturl'], --- 516,521 ---- $this->templ->set_var(array( ! 'SKIN' => $this->psl['skin'], ! 'TITLEBAR' => getTitlebar('100%',$question), 'ANSWER' => $this->db->f('answer_text'), 'ROOTDIR' => $this->psl['rooturl'], |