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

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

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

revision 1.36.2.36, Fri Sep 11 18:26:20 2009 UTC revision 1.36.2.37, Sun Oct 25 10:15:20 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: template.php,v 1.36.2.35 2009/09/11 16:41:57 sign Exp $  // $Id: template.php,v 1.36.2.36 2009/09/11 18:26:20 sign Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 114  function _rootcandy_admin_navigation() { Line 114  function _rootcandy_admin_navigation() {
114        }        }
115    
116        // add a class to li        // add a class to li
117        $class = ' class="'. implode($arg, '-') .'"';        $class = "";
118          if (is_array($arg)) {
119            $class = ' class="'. implode($arg, '-') .'"';
120          }
121    
122        $output .= '<li'. $id . $class .'><a href="'. url($item['href']) .'">'. $icon . $item['title'] .'</a>';        $output .= '<li'. $id . $class .'><a href="'. url($item['href']) .'">'. $icon . $item['title'] .'</a>';
123        $output .= '</li>';        $output .= '</li>';

Legend:
Removed from v.1.36.2.36  
changed lines
  Added in v.1.36.2.37

  ViewVC Help
Powered by ViewVC 1.1.2