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

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

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

revision 1.6.2.8, Sat Apr 25 06:48:29 2009 UTC revision 1.6.2.9, Thu May 14 08:35:35 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: template.php,v 1.6.2.7 2008/06/26 18:39:56 hswong3i Exp $  // $Id: template.php,v 1.6.2.8 2009/04/25 06:48:29 hswong3i Exp $
3    
4  /**  /**
5   * Add custom.css if file exist.   * Add custom.css if file exist.
# Line 21  function phptemplate_search_theme_form($ Line 21  function phptemplate_search_theme_form($
21   */   */
22  function phptemplate_primary($items = array()) {  function phptemplate_primary($items = array()) {
23    $menu = menu_get_item(variable_get('menu_primary_menu', 0));    $menu = menu_get_item(variable_get('menu_primary_menu', 0));
24    $output = '<div id="primary-links-region">';    $output = '<div id="primary-links-region">';
25    $output .= '<div class="title">' . $menu['title'] . '</div>';    $output .= '<div class="title">' . $menu['title'] . '</div>';
26    $output .= theme('links', $items, array('class' => 'primary-links'));    $output .= theme('links', $items, array('class' => 'primary-links'));
27    $output .= '</div>';    $output .= '</div>';

Legend:
Removed from v.1.6.2.8  
changed lines
  Added in v.1.6.2.9

  ViewVC Help
Powered by ViewVC 1.1.2