View Single Post
  #5  
Old 01-03-2009, 07:25 AM
  Ene's Avatar 
Ene Ene is offline
 

X-Cart team
  
Join Date: Aug 2004
Posts: 907
 

Default Re: [Debug Console] Switching easy between showing variables or files

Edit the debug_templates.tpl file.

Replace this line:

HTML Code:
_smarty_console.document.getElementById('vars').style.display = 'none';

with the:

HTML Code:
_smarty_console.document.getElementById('templates').style.display = 'none';
__________________
Eugene Kaznacheev,
Evangelist/Product Manager at Ecwid: http://www.ecwid.com/ (since Sept 2009)

ex-Head of X-Cart Tech Support Department
ex- X-Cart Hosting Manager - X-Cart hosting
ex-X-Cart Technical Support Engineer


Note: For the official guaranteed tech support services please turn to the Customers HelpDesk.
Reply With Quote