/[drupal]/contributions/themes/sympal_theme/secondary_links.tpl.php
ViewVC logotype

Contents of /contributions/themes/sympal_theme/secondary_links.tpl.php

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


Revision 1.4 - (show annotations) (download) (as text)
Sat Mar 8 13:34:22 2008 UTC (20 months, 3 weeks ago) by ber
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.3: +1 -1 lines
File MIME type: text/x-php
Adding files from DRUPAL-5 branch to HEAD, in preparation of a DRUPAL-6 branch.
1 <ul id="nav-section<?php print $id_add ?>" class="horizontal-list">
2 <?php foreach ($links as $link): ?>
3 <li><?php print l($link['title'], $link['href'], $link['attributes']) ?></li>
4 <?php endforeach; ?>
5 </ul>

  ViewVC Help
Powered by ViewVC 1.1.2