mirror of
https://github.com/standardebooks/web.git
synced 2025-07-09 16:20:27 -04:00
Add feed/download toolbar to author and collection indexes
This commit is contained in:
parent
4268c6f91c
commit
dc0e873577
14 changed files with 151 additions and 43 deletions
|
@ -7,6 +7,7 @@ class OpdsNavigationEntry{
|
|||
public $Updated;
|
||||
public $Description;
|
||||
public $Title;
|
||||
public $SortTitle;
|
||||
|
||||
public function __construct(string $title, string $description, string $url, ?DateTime $updated, string $rel, string $type){
|
||||
$this->Id = SITE_URL . $url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue