Browse Source

added 'year' to random result page

main
Simon Bowie 2 years ago
parent
commit
095725091d
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      site/public/random.php

+ 8
- 0
site/public/random.php View File

@@ -38,6 +38,14 @@ $publication_details = get_publication_details($random_record['doc_ref']);

<br><br>

Year:

<?php
echo $random_record['year'];
?>

<br><br>

EPO publication:

<a href=<?php echo $random_record['epo_publication_url']; ?>>

Loading…
Cancel
Save