tuga Posted February 14, 2022 Share Posted February 14, 2022 (edited) Hi, I've a variable in footer.tpl called {$footeroutput} and it's outputting 1. I could simply comment the variable to stop this output, but I'd like to understand where this number come from. Any idea how to debug this? Thank you. Edited February 14, 2022 by tuga 0 Quote Link to comment Share on other sites More sharing options...
pRieStaKos Posted February 14, 2022 Share Posted February 14, 2022 In every tpl file if you add {debug}, a popup will load with the template variables. I suppose 1 is true for something that returns to template. You can comment this but you will loose the ClienAreaFooterOutput hook function. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.