/[drupal]/contributions/themes/fancy/page.tpl.php
ViewVC logotype

Diff of /contributions/themes/fancy/page.tpl.php

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

revision 1.3, Sun Feb 5 12:08:02 2006 UTC revision 1.4, Sun Jun 18 05:24:53 2006 UTC
# Line 23  Line 23 
23          <?php if ( stristr($link, 'active') ) : ?>          <?php if ( stristr($link, 'active') ) : ?>
24          <?php $class = 'class="current"'; ?>          <?php $class = 'class="current"'; ?>
25          <?php endif; ?>          <?php endif; ?>
26          <li <?php print $class?> id="primary-link-<?php print $primary_link_id; ?>" > <?php print $link?> </li>          <li <?php print $class?> id="primary-link-<?php print $primary_link_id; ?>" > <?php print theme_links(array('primary' => $link))?> </li>
27            <?php endforeach; ?>            <?php endforeach; ?>
28          </ul>          </ul>
29    <?php endif; ?>    <?php endif; ?>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2