Hi all,

I need to get the Secondary Links (sub-primary links) to be displayed on the Sidebar. After searching for hours, I have been unable to find any help on getting this done. How do I do it? I've tried posting this in a block and setting that on the left sidebar, but nothing appears.

<ul id="menu">
		<?php foreach ($secondary_links as $link): ?>
		<li><?php print $link?></li>
		<?php endforeach; ?>
</ul>

Help!

Comments

dp-1’s picture

Hi,
You need to change in your themes page.tpl.php .
See

 if ($sidebar_left): ?>
<?php print $sidebar_left ?> 
JoshLangner’s picture

That's not the problem. I've built a template using the Mollio theme, and $sidebar_left is part of that file. I have the block I created set to be displayed (at the top) in the $sidebar_left area, yet nothing appears when I try to view it. I can put it in the content area, right sidebar, header, footer, etc., with the same results.

Help!