NamWi Posted April 23, 2014 Share Posted April 23, 2014 Hello how can i change the copyright at the bottom of WHMCS ? /http://i.snag.gy/lPn9H.jpg 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted April 23, 2014 Share Posted April 23, 2014 it will be in footer.tpl of your theme in the templates folder... e.g, the default template uses... <div id="copyright">{$LANG.copyright} © {$date_year} {$companyname}. {$LANG.allrightsreserved}.</div> if you wanted to change it to "2000 - 2014", you would make it.. <div id="copyright">{$LANG.copyright} © 2000 - {$date_year} {$companyname}. {$LANG.allrightsreserved}.</div> this will have the advantage of automatically updating the year to 2015 etc when the New Year arrives. 0 Quote Link to comment Share on other sites More sharing options...
sohail2117 Posted May 17, 2023 Share Posted May 17, 2023 Hi I am using RS Themes can you please let me know how I can change the copyright text for WHMCS theme Lagom 2? 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.