Ignore:
Timestamp:
Dec 7, 2004, 12:49:58 AM (19 years ago)
Author:
plg
Message:
  • change the category levels separator to a "superior to" to be the same as in picture.php
  • add a link on each category level as in picture.php
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_category.inc.php

    r636 r641  
    347347      $page['cat_commentable'] = $result['commentable'];
    348348      $page['uppercats']      = $result['uppercats'];
    349       $page['title'] = get_cat_display_name( $page['cat_name'],' - ','',false);
     349      $page['title'] =
     350        get_cat_display_name($page['cat_name'],
     351                             ' > ',
     352                             'category.php?cat=',
     353                             false);
    350354      $page['where'] = ' WHERE category_id = '.$page['cat'];
    351355    }
Note: See TracChangeset for help on using the changeset viewer.