Jump to content

Hook for Copyright


Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated