| 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'; |