Template reference
Generally, any website consists of three types of web pages: the homepage, intermediate pages, and the content page. It may take time and large development efforts to make such a website, but we are making a template for a Joomla!-based jobsite. So we needn't worry! We just need to follow the Joomla! template reference. This method is a shortcut for inserting information, components, modules, and so on.
Jdoc include tags
The jdoc include (<jdoc:include>
) tags are new to Joomla! 1.5 templates and help to display content specific to the page being viewed. These tags are very easy to use. The most frequently used jdoc include tag types are the following: head, component, installation, and module position.
The head include tag
This is a simple jdoc include tag; this tag contains the information of character encoding type, title and metadata, and so on. By inserting this tag, you can include the information of the head section in your template:
<jdoc:include type="head...