arunwebber
arunwebber

Reputation: 91

How do i change copy right information of joomla website

I am working with a website using joomla it has copy right information on in its footer. I want to change the copy right information on footer. I gone through some tutorials they are saying that we can change the copy right information in at joomlas includes/footer.php But i am unable to detect such file in wwww directory. What should i do?.

Upvotes: 1

Views: 107

Answers (1)

Epodax
Epodax

Reputation: 1828

It can be located in different places, but as mentioned by @Choco you should be able to locate a module by the name "footer" otherwise you can open the template editor (Extensions -> Template Manager -> Templates) and then open the template that you are currently using and open the file called index.php

In there you should look for the position that is located where the copyright is placed It should look something like this <jdoc:include type="modules" name="footer" style="none" /> and then you can find out what position your copyright module is located in.

Or perhaps it's hardcoded into the template, in which case you should look for it in the template index.php file aswell

Upvotes: 2

Related Questions