
1- Create a new position
We will name this position "drapeaux" (it means "flags" in French)
You have to edit the header.php file
Folder : templates > ja_purity_ii > layouts > blocks > header.php
We are adding the following lines, after the "usertools"
<?php if($this->countModules('drapeaux')) : ?>
<div id="drapeaux">
<jdoc:include type="modules" name="drapeaux" />
</div>
<?php endif; ?>
2- Modification of templateDetails.xml file
Folder : templates > ja_purity_ii > templateDetails.xml
Add the drapeaux position.

3- Modification of template.css file
Folder : templates > ja_purity_ii > css > template.css
In the following modifications, the search module is not activated.
If you want also the search module, you will have to adapt the positions right and top.
/* DRAPEAUX JOOMFISH */
#drapeaux {
position:absolute;
top: 30px;
right: 20px;
}















