--- t/pdfview/pdfview.module	2007-02-05 10:29:42.000000000 -0500
+++ pdfview.module	2007-04-04 10:11:42.000000000 -0400
@@ -174,10 +174,12 @@
   
   $pdf = theme('pdfview_title', $pdf, $node->title);
   
-  $author = strip_tags(theme('username', $node));
-  $pdf = theme('pdfview_author', $pdf, $author);  
+  if (theme_get_setting('toggle_node_info_' . $node->type)) {
+    $author = strip_tags(theme('username', $node));
+    $pdf = theme('pdfview_author', $pdf, $author);  
 
-  $pdf = theme('pdfview_published', $pdf, $node->created);
+    $pdf = theme('pdfview_published', $pdf, $node->created);
+  }
   
   if (node_hook($node, 'view')) {
     node_invoke($node, 'view');
