how to remove joomla tag/text at the footer

mahehu
11 years, 6 months ago
how do you replace joomla text at the bottom screen
johnabm
11 years, 4 months ago
Hi,
 
select the template manager in the template master file, click the edit main page option it shows the code,we need to search the footer tag in that code and then update it.

 <div id=”footer”>
 
 
 
 
<jdoc:include type=”modules” name=”position-14″ />
 
 
 
 
<p>
 &copy Copyright <?php echo date(“Y”);?> Elaine <a href=’http://www.cmsmind.com/’>Joomla Tutorials</a>
 
 
 
 
</p>
 
 
 
 
</div><!– end footer –>
 

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.