/[drupal]/contributions/themes/webchick/template.php
ViewVC logotype

Diff of /contributions/themes/webchick/template.php

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

revision 1.2, Tue Aug 7 20:00:43 2007 UTC revision 1.3, Sat Oct 20 17:53:30 2007 UTC
# Line 49  function webchick_menu_links($links, $de Line 49  function webchick_menu_links($links, $de
49        $output .= "<span class=\"activelink\">{$link['title']}</span>";        $output .= "<span class=\"activelink\">{$link['title']}</span>";
50      }      }
51      else {      else {
52          if ($num == 1 && $delimiter == '') {
53            $link['attributes'] = array('class' => 'last');
54          }
55        $output .= l($link['title'], $link['href'], $link['attributes'], $link['query'], $link['fragment']);        $output .= l($link['title'], $link['href'], $link['attributes'], $link['query'], $link['fragment']);
56      }      }
57      if ($num > 1) {      if ($num > 1) {

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

  ViewVC Help
Powered by ViewVC 1.1.2