[Phpslash-commit] CVS: phpslash-ft/class slashTemplate.class,1.5,1.6
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2003-03-11 22:09:11
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory sc8-pr-cvs1:/tmp/cvs-serv2877/phpslash-ft/class Modified Files: slashTemplate.class Log Message: slashTemplate.class - removed exception to allow array call to find inherited templates correctly. Index: slashTemplate.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/slashTemplate.class,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** slashTemplate.class 11 Mar 2003 21:59:14 -0000 1.5 --- slashTemplate.class 11 Mar 2003 22:09:03 -0000 1.6 *************** *** 88,92 **** // no parent skin // see if the defaults work ! if(!$this->set_file($varname, $filename, $this->psl['skin.default'], $this->psl['language.default'])) { // template isn't in the defaults either - bail out $this->message = "set_file: set_file: For varname $varname filename $filepath is invalid."; --- 88,92 ---- // no parent skin // see if the defaults work ! if(!$this->set_file($varname, $filename, $this->psl['defaultskin'], $this->psl['language.default'])) { // template isn't in the defaults either - bail out $this->message = "set_file: set_file: For varname $varname filename $filepath is invalid."; |