Hi!! I’ve made left modules collapsibles with a change in html file.
I’ve change this
<?php if ($this->countModules(‘left’)): ?>
<!– BEGIN: LEFT COLUMN –>
<div id=”ja-col1″>
<jdoc:include type=”modules” name=”left” style=”xhtml” />
</div><br />
<!– END: LEFT COLUMN –>
<?php endif; ?>
for this
<?php if ($this->countModules(‘left’)): ?>
<!– BEGIN: LEFT COLUMN –>
<div id=”ja-col1″>
<jdoc:include type=”modules” name=”left” style=”jarounded” />
</div><br />
<!– END: LEFT COLUMN –>
<?php endif; ?>
I forgot say that if you make the change I’ve mentioned above there is a big problem loading feed modules on left column, feed modules breaks layout if are loaded on left column with the change I’ve made.
I hope you understand my poor english