Add subtitle in OPDS feed. suggested by Tyler J. Wagner.
Этот коммит содержится в:
родитель
1522c3c14d
коммит
e7ac49244c
3 изменённых файлов: 12 добавлений и 0 удалений
2
base.php
2
base.php
|
@ -188,6 +188,7 @@ class EntryBook extends Entry
|
|||
class Page
|
||||
{
|
||||
public $title;
|
||||
public $subtitle = "";
|
||||
public $idPage;
|
||||
public $idGet;
|
||||
public $query;
|
||||
|
@ -243,6 +244,7 @@ class Page
|
|||
{
|
||||
global $config;
|
||||
$this->title = $config['cops_title_default'];
|
||||
$this->subtitle = $config['cops_subtitle_default'];
|
||||
array_push ($this->entryArray, Author::getCount());
|
||||
array_push ($this->entryArray, Serie::getCount());
|
||||
array_push ($this->entryArray, Tag::getCount());
|
||||
|
|
Загрузка…
Создание таблицы
Добавить ссылку
Сослаться в новой задаче