| 1 |
<?php |
<?php |
| 2 |
// $Id: ejournal.module,v 1.9.2.37.2.26 2009/04/25 22:05:25 romca Exp $ |
// $Id: ejournal.module,v 1.9.2.37.2.27 2009/04/26 19:33:46 romca Exp $ |
| 3 |
|
|
| 4 |
/* |
/* |
| 5 |
* TODOs: |
* TODOs: |
| 729 |
case 'about' : // show about page |
case 'about' : // show about page |
| 730 |
return theme('about_journal', $journal); |
return theme('about_journal', $journal); |
| 731 |
case 'term' : // list nodes that belongs to taxonomy term |
case 'term' : // list nodes that belongs to taxonomy term |
| 732 |
|
if($_POST['jid'] && $_POST['tid']) { |
| 733 |
|
drupal_goto(ejournal_path_set(array("base" => "ejournal", "jid" => $_POST['jid'], "action" => "term", "iid" => $_POST['tid']))); |
| 734 |
|
} |
| 735 |
if(strpos($iid, ':')) { |
if(strpos($iid, ':')) { |
| 736 |
$passed_args = split(':', $iid); |
$passed_args = split(':', $iid); |
| 737 |
$iid = $passed_args[2]; //tid |
$iid = $passed_args[2]; //tid |