php - smarty Debugging Console -
How to view no debugging console in the popup window? Like any idea in the same window?
Change the debug template file debug.tpl
. Just replace the following code with something suitable for your needs:
# _smarty_console.document.write ('{$ debug_output | escape:' javascript '}'); ## Type the debug window directly into the current document document. Write ('{$ debug_output | escape:' javascript '}); `
Comments
Post a Comment