Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Joomla! is a database driven CMS.</p> <p>The footer is usually a module being populated from the database, you won't be able to change it without <code>/administrator</code> access. Which your friend should already have if it's their website.</p> <p>You can read about <a href="http://docs.joomla.org/Module" rel="nofollow">Modules</a> on the <a href="http://docs.joomla.org/Module" rel="nofollow">Joomla Doc's</a> website.</p> <p>A possible approach (though not recommended as you're more likely to break the site than anything else) is to modify the template — you will find it in <code>/templates/template_name/</code>. Inside that directory will be lots of files and directories you could start by looking through that. You can <a href="http://docs.joomla.org/Templates" rel="nofollow">read about templates here</a>.</p> <p>You may find the template is based on a framework in which case you will probably want to read up on the framework before you go modifying it, some of the popular ones are:</p> <ul> <li><a href="http://www.gantry-framework.org" rel="nofollow">Gantry</a> — <a href="http://www.gantry-framework.org" rel="nofollow">http://www.gantry-framework.org</a></li> <li><a href="http://t3-framework.org" rel="nofollow">T3</a> — <a href="http://t3-framework.org" rel="nofollow">http://t3-framework.org</a></li> <li><a href="http://www.yootheme.com/themes/warp-framework" rel="nofollow">Warp</a> — <a href="http://www.yootheme.com/themes/warp-framework" rel="nofollow">http://www.yootheme.com/themes/warp-framework</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload