| 91 |
print ejournal_theme('ejournal_about', $journal); |
print ejournal_theme('ejournal_about', $journal); |
| 92 |
break; |
break; |
| 93 |
case 'term' : // list nodes that belongs to taxonomy term |
case 'term' : // list nodes that belongs to taxonomy term |
| 94 |
|
|
| 95 |
|
if($_POST['jid'] && $_POST['tid']) { |
| 96 |
|
drupal_goto(ejournal_path_set(array("base" => "ejournal", "jid" => $_POST['jid'], "action" => "term", "iid" => $_POST['tid']))); |
| 97 |
|
} |
| 98 |
|
|
| 99 |
if(strpos($iid, ':')) { //this comes from the list (eg. when viewing term/89) |
if(strpos($iid, ':')) { //this comes from the list (eg. when viewing term/89) |
| 100 |
$passed_args = split(':', $iid); |
$passed_args = split(':', $iid); |
| 101 |
$iid = $passed_args[2]; //tid |
$iid = $passed_args[2]; //tid |