| Joomla : Templates and Site Design Changing the header graphic |
The index.php file in the template folder is the location of the file that determines the positioning of modules and content on the site. Let's take a look at it piece by piece.
The index.php file basically contains an HTML page with some PHP instructions. The HTML determines how the page will display. It basically has two parts: the HTML HEAD element and the HTML BODY element.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |