I have 2 sales landing pages that I do not want the orange secondary links to appear on. How do I do that? I removed this code
if (($secondary_links)) :
print '<div id="submenu">'
print theme('links', $secondary_links, array('class' => 'links secondary-links'))
print '</div><div class="stopfloat"></div>'
endif;

from page.tpl.php and then saved it as page-join-now.tpl.php where join-now is the name of the page I created. Is this not correct? It did not work.

Thanks in advance for your help!

Comments

jrivelli’s picture

" if (($secondary_links)) :
print '<div id="submenu">'
print theme('links', $secondary_links, array('class' => 'links secondary-links'))
print '</div><div class="stopfloat"></div>'
endif; "

The code is not meant to be in seperate boxes.

thomas.sullivan’s picture

I am having the same issue. Any help out there?

ishmael-sanchez’s picture

Hello,

@jrivelli did you try to clear the cache? If not have you tried using the node ID in your template file?

@thomas.sullivan have you tried going to /admin/build/themes/settings or configuring the theme on /admin/build/themes/select and unchecking secondary links?

oadaeh’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This 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.