Hi all,
I want to add a little module for a joomfish language selection (2 little flags), just on the top right corner of the hewahoo template.
I declare a new module position in templateDetails.xml
<position>lang</position>
In the template.css I add
div#lang { width:130px; float:right; margin: 0 0 0 0; }
I can choose the module in module manager for my joomfish language selection
But I finally I can't see my module...
Anybody could help me ? Many thanks in advance !