/[drupal]/contributions/themes/salamanderskins/pmenu.php
ViewVC logotype

Contents of /contributions/themes/salamanderskins/pmenu.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Thu Nov 27 20:39:56 2008 UTC (12 months ago) by florian
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/x-php
*** empty log message ***
1 <div id="navigation" class="menu">
2 <?php if ($primary_links): ?>
3 <div id="primary" class="clear-block">
4 <div class="navcont"><?php print theme('links', $primary_links, array()); ?></div>
5 </div>
6 <?php endif; ?>
7 <?php if ($secondary_links): ?>
8 <div id="secondary" class="clear-block">
9 <div class="navcont"><?php print theme('links', $secondary_links, array()); ?></div>
10 </div>
11 <?php endif; ?>
12 </div>

  ViewVC Help
Powered by ViewVC 1.1.2