An issue when using rhuk_milkyway in my module. - Joomla! Forum - community, help and support
i'm developing module in i'd use rhuk_milkyway's module_menu box in center of screen. i've accomplished using code in default.php file:
but when box appears, have white space within it. i've checked out related css' files , normal. suggestions? i'm attaching screenshot.
thanx!
code: select all
<div class="module_menu">
<div>
<div>
<div>
<h3><?php echo "menú principal del usuario: ".$theuser->name; ?></h3>
<ul class="menu"><li class="item1"><a href="http://localhost/pmt/"><span>opción 1</span></a></li></ul>
<ul class="menu"><li class="item2"><a href="http://localhost/pmt/"><span>opción 2</span></a></li></ul>
</div>
</div>
</div>
</div> but when box appears, have white space within it. i've checked out related css' files , normal. suggestions? i'm attaching screenshot.
thanx!
is not module. it's component. sorry messing concepts.
Comments
Post a Comment