/[drupal]/contributions/modules/biblio/biblio_theme.inc
ViewVC logotype

Diff of /contributions/modules/biblio/biblio_theme.inc

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

revision 1.8.2.68, Wed Apr 29 20:30:56 2009 UTC revision 1.8.2.69, Fri May 1 02:08:02 2009 UTC
# Line 918  function theme_biblio_alpha_line($type = Line 918  function theme_biblio_alpha_line($type =
918    $all = '';    $all = '';
919    switch ($type){    switch ($type){
920      case 'authors':      case 'authors':
       //$group = 'authors/';  
       $all = '['.l(t('Show ALL'), $path).']' ;  
       break;  
921      case 'keywords':      case 'keywords':
922        $path = "$base/keywords/";        $path =  (ord(substr($_GET['q'],-1)) > 97) ? $_GET['q'] . "/" : substr($_GET['q'], 0, -1);
923        $all = '['.l(t('Show ALL'), $path).']' ;        $all = '['.l(t('Show ALL'), substr($_GET['q'], 0, -2)).']' ;
924        break;        break;
925      case 'author':      case 'author':
926        $options['query'] .= 'sort=author';        $options['query'] .= 'sort=author';

Legend:
Removed from v.1.8.2.68  
changed lines
  Added in v.1.8.2.69

  ViewVC Help
Powered by ViewVC 1.1.2