Saturday 29 November 2003 12:48:03 pm
I found out that there's no settings can do this, so I make a minor hack:
Open file: /path/to/ezp/lib/eztemplate/classes/eztemplatefileresource.php
Goto line: 258 (eZ publish 3.2.3)
That's the line that output the template debuging. Change it to whatever you want. For those who don't know much about PHP. Change that to following: $text = "<!-- $path -->\n" . $text; Happy templating eZ publish :D
|