Is it possible to have primary links in this theme?

Comments

Caleb G2’s picture

Hi, yes the code for the primary and secondary links actually does exist in file page.tpl.php already but it is "commented out" right now. In the next few days I will either make them active and re-roll a new tarball or else create a readme file to let people know.

In the meantime you can make your primary links active by finding this code in page.tpl.php:

<!-- 
      <div id="secondary"><?php print $secondary_links; ?></div>
      <div id="primary"><?php print $primary_links; ?></div>  -->

and deleting the <!-- at the beginning and the --> at the end of the statement so that it looks like this:

      <div id="secondary"><?php print $secondary_links; ?></div>
      <div id="primary"><?php print $primary_links; ?></div>

That will get them to show up for sure, but you may or may not need to do a little formatting/placement for them since I haven't really taken a look at how they're integrated yet.

Dubber Dan’s picture

Oki dokim thanks for that. I'll take a look.

doulos12’s picture

I'm trying to get primary links to show up, and they won't, even after uncommenting and setting my menu settings to display them.

Caleb G2’s picture

Status: Active » Fixed

I've update the files to support primary and secondary links. Uncommenting wouldn't have worked since there was some other code which needed to be added. The new tarball should be available from the project page later today/tonight, or you can track it down in the cvs repository.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Project: » Lost & found issues

This issue’s project has disappeared. Most likely, it was a sandbox project, which can be deleted by its maintainer. See the Lost & found issues project page for more details. (The missing project ID was 99230)