ChrisTERiS Posted May 5, 2017 Share Posted May 5, 2017 Hello, Does anyone knows which is the right hook to add a copyright notice just below the normal "Powered by WHMCompleteSolution" Hook "ClientAreaFooterOutput" does not seems to be correct as it adds it at the very end of the page. Thank you 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted May 5, 2017 Share Posted May 5, 2017 Does anyone knows which is the right hook to add a copyright notice just below the normal "Powered by WHMCompleteSolution"Hook "ClientAreaFooterOutput" does not seems to be correct as it adds it at the very end of the page. you can't really use hooks to output at specific locations if the template isn't expecting it. e.g ClientAreaFooterOutput just outputs where {$footeroutput} is located in footer.tpl - so if you could move {$footeroutput} to the top of the template, then it would work for your needs. 0 Quote Link to comment Share on other sites More sharing options...
ChrisTERiS Posted May 5, 2017 Author Share Posted May 5, 2017 you can't really use hooks to output at specific locations if the template isn't expecting it. e.g ClientAreaFooterOutput just outputs where {$footeroutput} is located in footer.tpl - so if you could move {$footeroutput} to the top of the template, then it would work for your needs. Thank you @brian! I don't want to do any manual modifications so I prefer to add it at ClientAreaFooterOutput hook. 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.