No matter where I put this snippet:
<?php print theme(array('links__system_secondary_menu', 'links'), $secondary_links,
array(
'id' => 'zenigata-menu',
'class' => 'links clearfix',
));
?>
within my page.tpl.php template, it still appears above the Primary links. I don't know what else is affecting the placement of the menu. There is no css applied. If I delete the snippet, it disappears so I know I'm calling the right template and the menu.
I have tried outside various sections but it's still getting placed above the Primary links. I have a sub-theme and set it to the default theme.
Also, I think maybe this other issue may shed light to those more knowledgeable.
I'm trying to eliminate the site logo. I've set the specific theme settings by checking off the "logo" and even putting a custom page in the logo box just as a back-up. However, every time I check the page in various browsers, even after clearing caches both in the browsers and Drupal, a broken-icon for the logo comes up and the image it's looking for is not even the custom path to the logo I set.