WebsterZhang Posted December 8, 2016 Report Share 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 Link to comment Share on other sites More sharing options...
yototo01 Posted May 1, 2017 Report Share 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 Link to comment Share on other sites More sharing options...
DDm Posted November 14, 2021 Report Share 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 Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted November 14, 2021 Administrators Report Share 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 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.