~ubuntu-branches/ubuntu/karmic/drupal5/karmic-security

« back to all changes in this revision

Viewing changes to includes/theme.inc

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-01-09 21:55:33 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090109215533-jiz659l0jmilexoo
Tags: 5.14-1ubuntu1
* Merge from debian unstable, remaining changes: LP: #315544
  + debian/patches/02_htaccess:
    - Add RewriteBase /drupal5
  + debian/control:
    - Replace exim4 with postfix in Depends.
    - Add Homepage field.
  + Fix for debian/watch.
    - Bump version from 2 to 3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
// $Id: theme.inc,v 1.337.2.6 2008/10/01 22:48:47 drumm Exp $
 
2
// $Id: theme.inc,v 1.337.2.7 2008/12/05 22:32:50 dries Exp $
3
3
 
4
4
/**
5
5
 * @file
923
923
 *   All other elements are treated as attributes of the list item element.
924
924
 * @param $title
925
925
 *   The title of the list.
 
926
 * @param $type
 
927
 *   The type of list to return (e.g. "ul", "ol")
926
928
 * @param $attributes
927
929
 *   The attributes applied to the list element.
928
 
 * @param $type
929
 
 *   The type of list to return (e.g. "ul", "ol")
930
930
 * @return
931
931
 *   A string containing the list output.
932
932
 */