Hi There,
I would like to know how to get a menubar(module position), the same as on this site. (see attachment) on my own website. I use the RealDesign template
Could someone please help me with this?
Regards, Pim
<?php
// No direct access.
defined('_JEXEC') or die;
?>
<?php if($this->modules('topmenuleft')) : ?>
<div>
<jdoc:include type="modules" name="topmenuleft" style="<?php echo $this->module_styles['topmenuleft']; ?>" />
</div>
<?php endif; ?>
<?php if($this->modules('topmenuright')) : ?>
<div>
<jdoc:include type="modules" name="topmenuright" style="<?php echo $this->module_styles['topmenuright']; ?>" />
</div>
<?php endif; ?>
<?php $this->loadBlock('topmenu'); ?>