/[drupal]/contributions/modules/article/article.module
ViewVC logotype

Diff of /contributions/modules/article/article.module

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

revision 1.23.2.5.2.1.2.13.2.3, Thu Jan 1 19:07:42 2009 UTC revision 1.23.2.5.2.1.2.13.2.4, Sat Aug 29 09:49:10 2009 UTC
# Line 1  Line 1 
1  <?php // -*-php-*-  <?php // -*-php-*-
2  // $Id: article.module,v 1.23.2.5.2.1.2.13.2.2 2008/12/06 00:12:02 msameer Exp $  // $Id: article.module,v 1.23.2.5.2.1.2.13.2.3 2009/01/01 19:07:42 msameer Exp $
3    
4  /**  /**
5    Article Module - an easy to use integrated article management module.    Article Module - an easy to use integrated article management module.
# Line 420  function article_select_nodes($tids = ar Line 420  function article_select_nodes($tids = ar
420   */   */
421  function article_build_breadcrumbs($tid) {  function article_build_breadcrumbs($tid) {
422    $parents = taxonomy_get_parents_all($tid);    $parents = taxonomy_get_parents_all($tid);
423    $breadcrumb[] = l(drupal_ucfirst(t('home')), '/');    $breadcrumb[] = l(drupal_ucfirst(t('home')), '');
424    $breadcrumb[] = l(drupal_ucfirst(t(variable_get('article_title', 'Article'))), 'article/');    $breadcrumb[] = l(drupal_ucfirst(t(variable_get('article_title', 'Article'))), 'article/');
425    
426    $parents = array_reverse($parents);    $parents = array_reverse($parents);

Legend:
Removed from v.1.23.2.5.2.1.2.13.2.3  
changed lines
  Added in v.1.23.2.5.2.1.2.13.2.4

  ViewVC Help
Powered by ViewVC 1.1.2