Add 'Secondary menu' block to D7-version, please.
I'm write:

                  <div id="pages">
                    <?php if ($main_menu): ?>
                      <div id="navigation">
                        <?php print theme('links__system_main_menu', array(
                          'links' => $main_menu,
                          'attributes' => array(
                          'id' => 'main-menu-links',
                          'class' => array('primary-links', 'links'),
                        ),
                          'heading' => array(
                          'text' => t('Main menu'),
                          'level' => 'h2',
                          'class' => array('element-invisible'),
                        ),
                        )); ?>
                      </div>
                    <?php endif; ?>
/* ------------------------------------------------------*/
                    <?php if ($secondary_menu): ?>
                      <div id="navigation">
                        <?php print theme('links__system_secondary_menu', array(
                          'links' => $secondary_menu,
                          'attributes' => array(
                          'id' => 'main-menu-links',
                          'class' => array('primary-links', 'links'),
                        ),
                          'heading' => array(
                          'text' => t('Secondary menu'),
                          'level' => 'h2',
                          'class' => array('element-invisible'),
                        ),
                        )); ?>
                      </div>
                    <?php endif; ?>
/* --------------------------------------------------------------------------*/
                  </div>

Comments

ipwa’s picture

I'm having trouble deciding where tu put secondary menus, just below primaries? Any ideas?

ipwa’s picture

Status: Active » Postponed (maintainer needs more info)
ipwa’s picture

Version: 7.x-1.x-dev » 2.0.x-dev
apaderno’s picture

Title: There are not 'Secondary Links' in theme. » There are not secondary links in theme
Assigned: veresk » Unassigned
Priority: Major » Normal