Hi there, I'm trying to add a small piece of text to the secondary links bar in the Marinelli theme. the page.tpl.php appropriate code looks like this currently:
<?php if (($secondary_links)) : ?>
<?php print '<div id="submenu">' ?>
<?php print theme('links', $secondary_links, array('class' => 'links secondary-links')) ?>
<?php print '</div><div class="stopfloat"></div>' ?>
<?php endif; ?>
I thought I could do something as easy as:
<?php if (($secondary_links)) : ?>
<?php print '<div id="submenu">' ?>
<?php print t('Quicklinks >') . theme('links', $secondary_links, array('class' => 'links secondary-links')) ?>
<?php endif; ?>
but it renders the 'Quicklinks' text above the link items as in the image attached.
is there another way to do this and get the 'Quicklinks' in line with the menu items?
Thank you in advance!
Comments
Comment #1
oadaeh commentedThis issue is being closed because it is against a branch for a version of Drupal that is no longer supported.
If you feel that this issue is still valid, feel free to re-open and update it (and any possible patch) to work with the 7.x-4.x branch.
Thank you.