View Single Post
  #4  
Old 07-24-2006, 02:13 PM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

Code:
{php}func_print_r($this->_tpl_vars);{/php}

Full list of smarty variables/arrays without debug console, yay!

also you can use $GLOBALS to grab any other data you may need.

Another tip is open up some files in templates_c/ and you can see how smarty converts it all into php anyway.
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote