WebsterZhang Posted December 8, 2016 Report Posted December 8, 2016 Hi, When you visit 'admin' page, did you find that the website shows a '.tpl' filename on the top of the sidebar? (attached 'before.png') It did trouble me to find the reason. But finally, I solved that problem. That is what the sidebar should display. (attached 'after.png') You may find '/admin/templates/core_sidebar.tpl' which is a one-line file. I write the code below. <div id="sidecolumn"><?php echo $sidebar?></div> I changed the code into this. <div id="sidecolumn"><?php Template::Show($sidebar);?></div> Then the problem is solved. In order to help more admin, I decide to put the method here. Thanks for your reading. Webster Quote
yototo01 Posted May 1, 2017 Report Posted May 1, 2017 i have the same problem but my problem is not resolved... I have a problem whis: - sidebar_airlines.tpl - sidebar_airports.tpl- sidebar_schedules.tpl Quote
DDm Posted November 14, 2021 Report Posted November 14, 2021 On 5/1/2017 at 2:40 PM, yototo01 said: i have the same problem but my problem is not resolved... I have a problem whis: - sidebar_airlines.tpl - sidebar_airports.tpl - sidebar_schedules.tpl Same did you ever got them resolved if so if you don't mind can you share Quote
Administrators ProAvia Posted November 14, 2021 Administrators Report Posted November 14, 2021 Asking for a help in a message thread that hasn't seen a response in over 5 years likely won't get you an answer. Quote
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.