04-27-2016, 10:30 PM
As an example I show you files behind NotJustBrowsing website.
Here is a template skeleton diagram with position names written within position space.
joomla_template_4_0.png (Size: 23.26 KB / Downloads: 880)
The changes made in index.php (previously index.html) are shown in the following picture.
joomla_template_4_1.png (Size: 48.88 KB / Downloads: 880)
In this picture, paths to .css files are changed to make them point to the actual folder inside Joomla system. Notice that within this path there will be template name (templates/{template name}/...) given by you to your newly created template.
< body > section of index.php remains untouched.
Here is a template skeleton diagram with position names written within position space.

The changes made in index.php (previously index.html) are shown in the following picture.

In this picture, paths to .css files are changed to make them point to the actual folder inside Joomla system. Notice that within this path there will be template name (templates/{template name}/...) given by you to your newly created template.
< body > section of index.php remains untouched.