44a45,49
>     $title = $node->nid;
>     if (function_exists('pathauto_cleanstring')) {
>       $title = pathauto_cleanstring($node->title);
>     }
> 
48c53
<         'href' => "node/$node->nid/pdfflyer",
---
>         'href' => "node/$node->nid/pdfflyer/$title.pdf",
144a150
>  drupal_set_header('Content-Type: application/pdf;charset=UTF-8');
148,150c154,156
< */
<       pdfflyer_generate_file($pdf, $node->title);
< /**
---
>       */
>      # pdfflyer_generate_file($pdf, $node->title);
>  /**
163c169
< }
\ No newline at end of file
---
> }
