[phpwebapp-commits] CVS: web_app/parser class.Render.php,1.24,1.25
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2005-07-06 14:07:30
|
Update of /cvsroot/phpwebapp/web_app/parser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31588/parser Modified Files: class.Render.php Log Message: Index: class.Render.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/parser/class.Render.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** class.Render.php 22 Jun 2005 12:56:28 -0000 1.24 --- class.Render.php 6 Jul 2005 14:07:21 -0000 1.25 *************** *** 258,265 **** function render_FileTpl($file_tpl) { ! if (DEBUG_INCLUDES) { $this->output("<span class='webapp_filetpl_filename'>\n"); ! $this->output($file_tpl->filename); $this->output("</span>\n"); $this->output("<div class='webapp_filetpl'>\n"); --- 258,266 ---- function render_FileTpl($file_tpl) { ! $relative_filename = str_replace(APP_PATH, '', $file_tpl->filename); ! if (DEBUG_INCLUDES and $file_tpl->type!='MainTpl') { $this->output("<span class='webapp_filetpl_filename'>\n"); ! $this->output($relative_filename); $this->output("</span>\n"); $this->output("<div class='webapp_filetpl'>\n"); |