Ciao,
only the botton CPanel module can be separated from the other side-buttons (special position).
In CPanel-module I would like to put in another module, and use the button away from the other Buttons.
I tried going to edit the php file (
../templates/sj_plus/includes/cpanel.php) by entering something like
<?php if ((bool)$this->countModules('myposition')) : ?>
<div id="mydiv">
<jdoc:include type="modules" name="myposition" style="xhtml" />
</div>
<?php endif; ?>
...but it don't work.
Anybody know how to do?
Thanks:)